[PATCH] D142856: [JITLink] Fixes a bug in one of the test files which was causing build failures

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG51a52a0e9c47: [JITLink] Fixes a bug in one of the test files which was causing build failures (authored by jain98).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142856/new/

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.493170.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230130/4724dcdb/attachment.bin>


More information about the llvm-commits mailing list