projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c545f6
)
[clang] Enforce triple in mempcpy test
author
serge-sans-paille
<sguelton@redhat.com>
Thu, 9 Jan 2020 20:01:29 +0000
(21:01 +0100)
committer
serge-sans-paille
<sguelton@redhat.com>
Thu, 9 Jan 2020 20:09:15 +0000
(21:09 +0100)
Fixes http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/2597
clang/test/CodeGen/mempcpy-libcall.c
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/mempcpy-libcall.c
b/clang/test/CodeGen/mempcpy-libcall.c
index
b88f494
..
1458c85
100644
(file)
--- 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;