[llvm] 51a52a0 - [JITLink] Fixes a bug in one of the test files which was causing build failures
Kshitij Jain via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 17:56:12 PST 2023
Author: Kshitij Jain
Date: 2023-01-30T01:56:00Z
New Revision: 51a52a0e9c475c9df36c744e434b91e1044cfe60
URL: https://github.com/llvm/llvm-project/commit/51a52a0e9c475c9df36c744e434b91e1044cfe60
DIFF: https://github.com/llvm/llvm-project/commit/51a52a0e9c475c9df36c744e434b91e1044cfe60.diff
LOG: [JITLink] Fixes a bug in one of the test files which was causing build failures
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D142856
Added:
Modified:
llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
Removed:
################################################################################
diff --git a/llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s b/llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
index 24d9751b1631e..e5725a2b52c30 100644
--- a/llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
+++ b/llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
@@ -1,7 +1,7 @@
# RUN: rm -rf %t && mkdir -p %t
# RUN: llvm-mc -triple=i386-unknown-linux-gnu -position-independent \
# RUN: -filetype=obj -o %t/elf_sm_pic_reloc_plt.o %s
-# RUN: /home/ec2-user/llvm-project/build-32/bin/llvm-jitlink -noexec \
+# RUN: llvm-jitlink -noexec \
# RUN: -slab-allocate 100Kb -slab-address 0xfff00000 -slab-page-size 4096 \
# RUN: -abs external_func=0xffff0010 \
# RUN: -check %s %t/elf_sm_pic_reloc_plt.o
More information about the llvm-commits
mailing list