Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Linker / module-flags-pic-2-a.ll
blobac67437fc8749a119f396dfd78a0cfb714c41f1b
1 ; RUN: llvm-link %s %p/Inputs/module-flags-pic-2-b.ll -S -o - | FileCheck %s
3 ; test linking modules with two different PIC and PIE levels
5 !0 = !{ i32 8, !"PIC Level", i32 1 }
6 !1 = !{ i32 7, !"PIE Level", i32 1 }
8 !llvm.module.flags = !{!0, !1}
10 ; CHECK: !0 = !{i32 8, !"PIC Level", i32 1}
11 ; CHECK: !1 = !{i32 7, !"PIE Level", i32 2}