mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
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
Block a user