[PATCH] D77876: Normalize working directory when running llvm-mc
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 13:26:49 PDT 2020
serge-sans-paille updated this revision to Diff 256642.
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.256642.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/a8713b8f/attachment.bin>
More information about the llvm-commits
mailing list