llvm-for-llvmta/test/Linker/Inputs/module-flags-dont-change-ot...

9 lines
181 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
!llvm.module.flags = !{!3, !4, !5}
!0 = !{}
!1 = !{!0}
!2 = !{!0, !1}
!3 = !{i32 4, !"foo", i32 37} ; Override the "foo" value.
!4 = !{i32 5, !"bar", !1}
!5 = !{i32 6, !"baz", !2}