[llvm] [X86][MC] Add R_X86_64_CODE_4_GOTTPOFF (PR #116633)
Feng Zou via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 18:33:45 PST 2024
================
@@ -0,0 +1,37 @@
+// RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
+// RUN: llvm-objdump -dr --no-print-imm-hex %t | FileCheck %s
+
+// CHECK: <_start>:
----------------
fzou1 wrote:
I've removed the test file newly added and add the check in relocation.s.
https://github.com/llvm/llvm-project/pull/116633
More information about the llvm-commits
mailing list