brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · 03facd0 Raw
10 lines · plain
1; RUN: opt -passes='no-op-module' -debug-pass-manager -thinlto-bc -thin-link-bitcode-file=%t2 -o %t %s 2>&1 | FileCheck %s --check-prefix=DEBUG_PM2; RUN: llvm-bcanalyzer -dump %t2 | FileCheck %s --check-prefix=BITCODE3 4; DEBUG_PM: ThinLTOBitcodeWriterPass5; BITCODE: Foo6 7define void @Foo() {8  ret void9}10