mirror of https://github.com/microsoft/clang.git
[NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring it.
As pointed out by Richard Smith in post-review of r338489. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3329317b89
commit
2d7043a91e
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 %s -emit-llvm -o -
|
||||
// RUN: %clang_cc1 %s -emit-llvm-only -o -
|
||||
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=38356
|
||||
// We only check that we do not crash.
|
||||
|
|
Loading…
Reference in New Issue