[PATCH] D142856: [JITLink] Fixes a bug in one of the test files

Kshitij Jain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 17:35:18 PST 2023


jain98 created this revision.
Herald added a project: All.
jain98 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142856

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


Index: llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
===================================================================
--- llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_small_pic_relocations_plt.s
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142856.493166.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230130/9d7e8c19/attachment.bin>


More information about the llvm-commits mailing list