[llvm] [LoongArch] Allow delayed decision for ADD/SUB relocations (PR #72960)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 19:40:06 PST 2023
SixWeining wrote:
> error: .uleb128 expression is not absolute
> error: .uleb128 expression is not absolute
Seems a temporay workaround is using DWARF v4 by passing `-gdwarf-4` to clang.
RISCV- currently defaults to DWARF v4: https://reviews.llvm.org/D157663
https://github.com/llvm/llvm-project/pull/72960
More information about the llvm-commits
mailing list