We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e848a commit 7ae4b8eCopy full SHA for 7ae4b8e
llvm/test/tools/llvm-dwp/X86/empty_warning.s
@@ -1,5 +1,5 @@
1
-# RUN: llvm-mc --triple=x86_64-unknown-linux --filetype=obj -dwarf-version=4 %s -o non_split.o
2
-# 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
3
4
# CHECK-WARNING: warning: executable file does not contain any references to dwo files
5
0 commit comments