[PATCH] D47839: Fix the test case that places intermediate in source directory

Han Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 11:59:58 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334114: Fix the test case that places intermediate in source directory. (authored by shenhan, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47839?vs=150170&id=150173#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47839

Files:
  llvm/trunk/test/MC/ARM/fixup-per-fragment.s


Index: llvm/trunk/test/MC/ARM/fixup-per-fragment.s
===================================================================
--- llvm/trunk/test/MC/ARM/fixup-per-fragment.s
+++ llvm/trunk/test/MC/ARM/fixup-per-fragment.s
@@ -1,4 +1,4 @@
-@ RUN: not llvm-mc -triple armv7a-linux-gnueabihf %s -filetype=obj -o %s.o 2>&1 | FileCheck %s
+@ RUN: not llvm-mc -triple armv7a-linux-gnueabihf %s -filetype=obj -o %t.o 2>&1 | FileCheck %s
 
 @ The relaxations should be applied using the subtarget from the fragment
 @ containing the fixup and not the per module subtarget.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47839.150173.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180606/6abd673e/attachment.bin>


More information about the llvm-commits mailing list