brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · ac67437 Raw
12 lines · plain
1; RUN: llvm-link %s %p/Inputs/module-flags-pic-2-b.ll -S -o - | FileCheck %s2 3; test linking modules with two different PIC and PIE levels4 5!0 = !{ i32 8, !"PIC Level", i32 1 }6!1 = !{ i32 7, !"PIE Level", i32 1 }7 8!llvm.module.flags = !{!0, !1}9 10; CHECK: !0 = !{i32 8, !"PIC Level", i32 1}11; CHECK: !1 = !{i32 7, !"PIE Level", i32 2}12