Skip to content

Commit

Permalink
[NFC][ORC] Fix lljit-with-thinlto-summaries.test output ordering issue
Browse files Browse the repository at this point in the history
Use CHECK-DAG to check module names that printed in order depending
on full file path.

Related issue: #59248

Reviewed By: sgraenitz

Differential Revision: https://reviews.llvm.org/D138913
  • Loading branch information
fzhinkin committed Nov 29, 2022
1 parent d939eeb commit c59822c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,6 +9,6 @@
# RUN: LLJITWithThinLTOSummaries %T/main-foo-bar.thinlto.bc 2>&1 | FileCheck %s

# CHECK: About to load module: {{.*}}/main-mod.bc
# CHECK: About to load module: {{.*}}/foo-mod.bc
# CHECK: About to load module: {{.*}}/bar-mod.bc
# CHECK-DAG: About to load module: {{.*}}/foo-mod.bc
# CHECK-DAG: About to load module: {{.*}}/bar-mod.bc
# CHECK: 'main' finished with exit code: 0

0 comments on commit c59822c

Please sign in to comment.