Add triple to fix test failure.

This test uses `__regcall`, support for which is target-specific.
This commit is contained in:
Richard Smith 2021-04-15 18:07:52 -07:00
parent 25e96dffac
commit f7c9de0de5

View File

@ -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() {