llvm-project
8f671a67 - [LoongArch] Always emit symbol-based relocations regardless of relaxation (#153943)

Commit
43 days ago
[LoongArch] Always emit symbol-based relocations regardless of relaxation (#153943) This commit changes all relocations to be relocated with symbols. Without this commit, errors may occur in some cases, such as when using `llc/lto+relax`, or combining relaxed and norelaxed object files using `ld -r`. Some tests updated.
Author
Parents
Loading