Skip to content

Commit

Permalink
[llvm-dwp] Avoid writing to source directory in test
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Jun 28, 2024
1 parent 46e848a commit 7ae4b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/tools/llvm-dwp/X86/empty_warning.s
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7ae4b8e

Please sign in to comment.