[llvm] [Mips] Fix clang integrated assembler generates incorrect relocations… (PR #83115)

YunQiang Su via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 16:59:52 PDT 2024


wzssyqa wrote:

In fact we can update the generic asm scan for all ports, instead mips only.
See `MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix,
                                  bool CanBeUnnamed)` in `llvm/lib/MC/MCContext.cpp`

https://github.com/llvm/llvm-project/pull/83115


More information about the llvm-commits mailing list