mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
ac8f9382bc
- 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
7 lines
138 B
LLVM
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 }
|