Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tests and bump CI llvm to 15 #35

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Commits on Jul 24, 2024

  1. fixed tests under llvm-15 and object bump

    two typos and one change in message text:
    
    horin/tests/tu-units-v5.s:9:3: error: misspelled directive 'CHECK_DAG:'
    \# CHECK_DAG: .debug_tu_index contents:
    
    thorin/tests/type-dedup-v5.test:8:3: error: misspelled directive 'CHECK_DAG:'
    \# CHECK_DAG: .debug_tu_index contents:
    
    thorin/tests/compress-fail.test:6:8: error: CHECK: expected string not found in input
    CHECK: Invalid ELF GNU compressed section header
                                                                                                              ^
    <stdin>:4:2: note: possible intended match here
     Invalid GNU compressed section header
    klensy committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    844f5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8304350 View commit details
    Browse the repository at this point in the history
  3. bump CI llvm version to 15

    klensy committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    899279a View commit details
    Browse the repository at this point in the history