[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / fat-lto-section.ll
blobf3ca8436affb45ba628e310caea8a39d12ac153f
1 ;; Ensure that the .llvm.lto section has SHT_EXCLUDE set.
2 ; RUN: opt --mtriple x86_64-unknown-linux-gnu < %s -passes="embed-bitcode<thinlto;emit-summary>" -S \
3 ; RUN:   | llc --mtriple x86_64-unknown-linux-gnu -filetype=obj \
4 ; RUN:   | llvm-readelf - --sections \
5 ; RUN:   | FileCheck %s --check-prefix=EXCLUDE
7 ; EXCLUDE: Name               Type     {{.*}} ES Flg Lk Inf Al
8 ; EXCLUDE: .llvm.lto          LLVM_LTO {{.*}} 00   E  0   0  1
10 @a = global i32 1