Tim Shen | 6b411418 | 2017-06-01 01:02:12 +0000 | [diff] [blame^] | 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_PM |
2 | ; RUN: llvm-bcanalyzer -dump %t2 | FileCheck %s --check-prefix=BITCODE | ||||
3 | |||||
4 | ; DEBUG_PM: ThinLTOBitcodeWriterPass | ||||
5 | ; BITCODE: Foo | ||||
6 | |||||
7 | define void @Foo() { | ||||
8 | ret void | ||||
9 | } |