[JITLink] Fixes a bug in one of the test files which was causing build failures
authorKshitij Jain <jkshtj@outlook.com>
Mon, 30 Jan 2023 01:26:45 +0000 (01:26 +0000)
committerKshitij Jain <jkshtj@outlook.com>
Mon, 30 Jan 2023 01:56:00 +0000 (01:56 +0000)
Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D142856

llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s

index 24d9751b1631eee070fae037d588bad78844eb1a..e5725a2b52c30de8b49a247eab6512203b7465a8 100644 (file)
@@ -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