From: Manuel Klimek Date: Tue, 11 Nov 2014 08:53:18 +0000 (+0000) Subject: Was convinced in commit comments that requiring a specific python version is the... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd848e93ccf2722fb4aa44056436710b50bd4cdd;p=oota-llvm.git Was convinced in commit comments that requiring a specific python version is the wrong approach; reverting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-symbolizer/ppc64.test b/test/tools/llvm-symbolizer/ppc64.test index 44d91a259bb..fc8e4ffc7e2 100644 --- a/test/tools/llvm-symbolizer/ppc64.test +++ b/test/tools/llvm-symbolizer/ppc64.test @@ -1,4 +1,3 @@ -// REQUIRES: python27 // ppc64 was compiled from this source on a big-endian 64-bit PowerPC box // with just "clang -nostdlib": int foo() { return 0; }