forked from OSchip/llvm-project
[clang] Enforce triple in mempcpy test
Fixes http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/2597
This commit is contained in:
parent
1c545f6dbc
commit
b35f5d4914
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -emit-llvm < %s| FileCheck %s
|
||||
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm < %s| FileCheck %s
|
||||
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue