[llvm] [IR] llvm.reloc.none intrinsic for no-op symbol references (PR #147427)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 7 22:01:23 PST 2025
pkarveti wrote:
> Can you provide a bit more detail about how I can reproduce this?
To build for the Hexagon target using CMake, you need to include the following flags in your configuration:
-DLLVM_TARGETS_TO_BUILD=Hexagon
-DTARGET_TRIPLE=hexagon-unknown-elf
-DLLVM_DEFAULT_TARGET_TRIPLE=hexagon-unknown-elf
-DLLVM_TARGET_ARCH=hexagon-unknown-elf
-DLLVM_ENABLE_ASSERTIONS=ON
https://github.com/llvm/llvm-project/pull/147427
More information about the llvm-commits
mailing list