[llvm] [llvm] Indirect symbol replacement with GOTPCREL for aarch64 and risc… (PR #78003)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 16:35:41 PST 2024


================
@@ -1,4 +1,6 @@
-; RUN: llc %s -mtriple=x86_64-unknown-fuchsia  -o - | FileCheck %s
----------------
MaskRay wrote:

Since there is no Fuchsia specific bits, I'd prefer `x86_64` (omitted components mean "unknown"), a generic ELF triple. This is clear that the behavior applies to all ELF based OSes (and discourages people from adding RUN lines for other OSes, which is unnecessary).

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


More information about the llvm-commits mailing list