13 lines · plain
1; RUN: opt -thinlto-bc -thinlto-split-lto-unit -o %t %s2; RUN: llvm-modextract -b -n 0 -o - %t | llvm-dis | FileCheck --check-prefix=M0 %s3; RUN: llvm-modextract -b -n 1 -o - %t | llvm-dis | FileCheck --check-prefix=M1 %s4 5target triple = "x86_64-unknown-linux-gnu"6 7@g = constant i32 0, !type !08!0 = !{i32 0, !"typeid"}9 10; M0: module asm "ret"11; M1-NOT: module asm12module asm "ret"13