The following changes enable llvm-ifs to handle the following merge conflicts:
* Weak + Strong symbol merging for the same symbol * empty vs non-empty triple field * empty vs non-empty object file format
Differential D70834
[llvm] llvm-ifs: Support for handling empty IFS and merging weak+strong symbols. plotfi on Nov 28 2019, 1:48 PM. Authored by
Details The following changes enable llvm-ifs to handle the following merge conflicts: * Weak + Strong symbol merging for the same symbol * empty vs non-empty triple field * empty vs non-empty object file format
Diff Detail
Event Timeline
Comment Actions adding tests for weak/strong mismatch that is also a size/type mismatch for a given symbol. |
I would probably just write this as a ternary.