projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75318bc
)
Mark test using python as REQUIRES: python27.
author
Manuel Klimek
<klimek@google.com>
Mon, 10 Nov 2014 15:29:29 +0000
(15:29 +0000)
committer
Manuel Klimek
<klimek@google.com>
Mon, 10 Nov 2014 15:29:29 +0000
(15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221598
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/llvm-symbolizer/ppc64.test
patch
|
blob
|
history
diff --git
a/test/tools/llvm-symbolizer/ppc64.test
b/test/tools/llvm-symbolizer/ppc64.test
index fc8e4ffc7e2e92d5c7ddf3d5e1781ebeecc6f1d2..44d91a259bbf8308e54de16b41b7e568a4c2cf43 100644
(file)
--- a/
test/tools/llvm-symbolizer/ppc64.test
+++ b/
test/tools/llvm-symbolizer/ppc64.test
@@
-1,3
+1,4
@@
+// REQUIRES: python27
// ppc64 was compiled from this source on a big-endian 64-bit PowerPC box
// with just "clang -nostdlib":
int foo() { return 0; }