forked from OSchip/llvm-project
Stop this test from dropping a .s file in the current directory.
This commit is contained in:
parent
ed8d76ec60
commit
4f3ea27dac
|
@ -13,7 +13,7 @@
|
|||
// VERIFYDIPRESERVE-JSON-EXPORT: "-fverify-debuginfo-preserve"
|
||||
// VERIFYDIPRESERVE-JSON-EXPORT: "-fverify-debuginfo-preserve-export={{.*}}"
|
||||
|
||||
// RUN: %clang -g -Xclang -fverify-debuginfo-preserve-export=%t.json %s -S 2>&1 \
|
||||
// RUN: %clang -g -Xclang -fverify-debuginfo-preserve-export=%t.json %s -S -o /dev/null 2>&1 \
|
||||
// RUN: | FileCheck --check-prefix=WARN %s
|
||||
|
||||
// WARN: warning: ignoring -fverify-debuginfo-preserve-export
|
||||
|
|
Loading…
Reference in New Issue