[llvm] 7ae4b8e - [llvm-dwp] Avoid writing to source directory in test
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 06:17:07 PDT 2024
Author: Benjamin Kramer
Date: 2024-06-28T15:16:54+02:00
New Revision: 7ae4b8e99fd845af745ccb1bb5d4cd26c6cee23b
URL: https://github.com/llvm/llvm-project/commit/7ae4b8e99fd845af745ccb1bb5d4cd26c6cee23b
DIFF: https://github.com/llvm/llvm-project/commit/7ae4b8e99fd845af745ccb1bb5d4cd26c6cee23b.diff
LOG: [llvm-dwp] Avoid writing to source directory in test
Added:
Modified:
llvm/test/tools/llvm-dwp/X86/empty_warning.s
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-dwp/X86/empty_warning.s b/llvm/test/tools/llvm-dwp/X86/empty_warning.s
index 975b53f221b8c..56a5ed2bf15ab 100644
--- a/llvm/test/tools/llvm-dwp/X86/empty_warning.s
+++ b/llvm/test/tools/llvm-dwp/X86/empty_warning.s
@@ -1,5 +1,5 @@
-# RUN: llvm-mc --triple=x86_64-unknown-linux --filetype=obj -dwarf-version=4 %s -o non_split.o
-# RUN: llvm-dwp -e non_split.o -o non_split.dwp 2>&1 | FileCheck %s --check-prefix=CHECK-WARNING
+# RUN: llvm-mc --triple=x86_64-unknown-linux --filetype=obj -dwarf-version=4 %s -o %t.o
+# RUN: llvm-dwp -e %t.o -o %t.dwp 2>&1 | FileCheck %s --check-prefix=CHECK-WARNING
# CHECK-WARNING: warning: executable file does not contain any references to dwo files
More information about the llvm-commits
mailing list