blob: 5f034618c9f284b9f4740910342c99ef497a6fea [file] [log] [blame]
Bill Wendlingd34cb1e2012-02-11 11:38:06 +00001; RUN: llvm-link %s %p/module-flags-2-b.ll -S -o - | sort | FileCheck %s
2
3; Test the 'override' behavior.
4
Duncan P. N. Exon Smith1ef70ff2014-12-15 19:07:53 +00005; CHECK: !0 = !{i32 4, !"foo", i32 37}
Bill Wendlingd34cb1e2012-02-11 11:38:06 +00006; CHECK: !llvm.module.flags = !{!0}
7
Duncan P. N. Exon Smith1ef70ff2014-12-15 19:07:53 +00008!0 = !{ i32 1, !"foo", i32 927 }
Bill Wendlingd34cb1e2012-02-11 11:38:06 +00009
10!llvm.module.flags = !{ !0 }