forked from OSchip/llvm-project
Add triple to fix test failure.
This test uses `__regcall`, support for which is target-specific.
This commit is contained in:
parent
25e96dffac
commit
f7c9de0de5
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -verify -fsyntax-only -fms-extensions -fcxx-exceptions -fopenmp %s
|
||||
// RUN: %clang_cc1 -verify -fsyntax-only -fms-extensions -fcxx-exceptions -fopenmp -triple x86_64-linux %s
|
||||
|
||||
int ReturnsInt1();
|
||||
int Func1() {
|
||||
|
|
Loading…
Reference in New Issue