diff options
-rw-r--r-- | clang/test/CodeGen/mempcpy-libcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mempcpy-libcall.c b/clang/test/CodeGen/mempcpy-libcall.c index b88f494f164..1458c85f890 100644 --- a/clang/test/CodeGen/mempcpy-libcall.c +++ b/clang/test/CodeGen/mempcpy-libcall.c @@ -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; |