mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
f21a88cbf6
Summary: Debug Info Version was changed to use "Max" instead of "Warning" per the original design intent - but this maxes old/new IR unlinkable, since mismatched merge styles are a linking failure. It seems possible/maybe reasonable to actually support the combination of these two flags: Warn, but then use the maximum value rather than the first value/earlier module's value. Reviewers: tejohnson Differential Revision: https://reviews.llvm.org/D74257
4 lines
123 B
LLVM
4 lines
123 B
LLVM
!llvm.module.flags = !{!0, !1}
|
|
!0 = !{i32 2, !"Combine Max and Warn", i32 4}
|
|
!1 = !{i32 7, !"Combine Warn and Max", i32 5}
|