[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Examples / OrcV2Examples / lljit-with-thinlto-summaries.test
blobf82ac41bce38d565e16ef15552c032aba6eed482
1 # RUN: opt -module-summary %p/Inputs/main-mod.ll -o main-mod.bc
2 # RUN: opt -module-summary %p/Inputs/foo-mod.ll -o foo-mod.bc
3 # RUN: opt -module-summary %p/Inputs/bar-mod.ll -o bar-mod.bc
5 # RUN: llvm-lto -thinlto -o main-foo-bar main-mod.bc foo-mod.bc bar-mod.bc
7 # RUN: LLJITWithThinLTOSummaries main-foo-bar.thinlto.bc 2>&1 | FileCheck %s
9 # CHECK: About to load module: main-mod.bc
10 # CHECK: About to load module: foo-mod.bc
11 # CHECK: About to load module: bar-mod.bc
12 # CHECK: 'main' finished with exit code: 0