projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449ce31
)
Add REQUIRES line.
author
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 16 Sep 2016 22:56:12 +0000
(22:56 +0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 16 Sep 2016 22:56:12 +0000
(22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281796
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/nobuiltin.c
patch
|
blob
|
history
diff --git
a/test/CodeGen/nobuiltin.c
b/test/CodeGen/nobuiltin.c
index 876c7b3276be510c38e3d37034539744c142f7d5..f80c3c332ab4bd0b8b3b12911b56e6a01e2c0fa6 100644
(file)
--- a/
test/CodeGen/nobuiltin.c
+++ b/
test/CodeGen/nobuiltin.c
@@
-1,3
+1,5
@@
+// REQUIRES: x86-registered-target
+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -O1 -S -o - %s | FileCheck -check-prefix=STRCPY -check-prefix=MEMSET %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fno-builtin -O1 -S -o - %s | FileCheck -check-prefix=NOSTRCPY -check-prefix=NOMEMSET %s
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fno-builtin-memset -O1 -S -o - %s | FileCheck -check-prefix=STRCPY -check-prefix=NOMEMSET %s