mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
ee61d3589f404fa6dfd3e0aaf9b88270463d989a
Without this we would produce two relocation sections pointing to the same section, which gnu tools reject. This fixes pr31986. The implementation of -r/--emit-reloc is getting fairly complicated. But lets get the test passing before trying to refactor it. llvm-svn: 295385
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%