1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Linker/module-flags-7-b.ll
Daniel Dunbar ac8f9382bc [Linker] Change module flag linking to be more extensible.
- Instead of computing a bunch of buckets of different flag types, just do an
   incremental link resolving conflicts as they arise.

 - This also has the advantage of making the link result deterministic and not
   dependent on map iteration order.

llvm-svn: 172634
2013-01-16 18:39:23 +00:00

7 lines
138 B
LLVM

; This file is used with module-flags-7-a.ll
; RUN: true
!0 = metadata !{ i32 2, metadata !"foo", i32 37 }
!llvm.module.flags = !{ !0 }