[PATCH] D77876: Normalize working directory when running llvm-mc
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 04:48:39 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbab5908df544: Normalize working directory when running llvm-mc in test (authored by serge-sans-paille).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77876/new/
https://reviews.llvm.org/D77876
Files:
llvm/test/MC/MachO/gen-dwarf.s
Index: llvm/test/MC/MachO/gen-dwarf.s
===================================================================
--- llvm/test/MC/MachO/gen-dwarf.s
+++ llvm/test/MC/MachO/gen-dwarf.s
@@ -1,4 +1,4 @@
-// RUN: llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t
+// RUN: mkdir -p %t0 && cd %t0 && llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t
// RUN: llvm-dwarfdump -all %t | FileCheck %s
.globl _bar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77876.256961.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/369d708f/attachment.bin>
More information about the llvm-commits
mailing list