module-flags-1-b.ll 214 B

12345678
  1. ; This file is used with module-flags-1-a.ll
  2. ; RUN: true
  3. !0 = !{ i32 1, !"foo", i32 37 }
  4. !1 = !{ i32 1, !"qux", i32 42 }
  5. !2 = !{ i32 1, !"mux", !{ !"hello world", i32 927 } }
  6. !llvm.module.flags = !{ !0, !1, !2 }