forked from OSchip/llvm-project
test: repair windows build after SVN r327105
Thanks to Nico Weber for pointing out the failure. Add an explicit target for the test. llvm-svn: 327183
This commit is contained in:
parent
72a9a2321f
commit
813b619329
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -debug-info-kind=line-tables-only -fblocks -emit-llvm %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple x86_64-unknown-windows-gnu -fcxx-exceptions -fexceptions -debug-info-kind=line-tables-only -fblocks -emit-llvm %s -o - | FileCheck %s
|
||||
|
||||
void fn();
|
||||
|
||||
|
|
Loading…
Reference in New Issue