Home | History | Annotate | Download | only in Linker
      1 ; RUN: llvm-link %s %p/module-flags-2-b.ll -S -o - | sort | FileCheck %s
      2 
      3 ; Test the 'override' behavior.
      4 
      5 ; CHECK: !0 = !{i32 4, !"foo", i32 37}
      6 ; CHECK: !llvm.module.flags = !{!0}
      7 
      8 !0 = !{ i32 1, !"foo", i32 927 }
      9 
     10 !llvm.module.flags = !{ !0 }
     11