summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/module-max-warn.ll
Commit message (Collapse)AuthorAgeFilesLines
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-111-0/+3
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 (cherry picked from commit ba9cae58bbdd41451ee67773c9d0f90a01756f12)
OpenPOWER on IntegriCloud