[llvm] r221679 - Was convinced in commit comments that requiring a specific python version is the wrong approach; reverting.

Manuel Klimek klimek at google.com
Tue Nov 11 00:53:18 PST 2014


Author: klimek
Date: Tue Nov 11 02:53:18 2014
New Revision: 221679

URL: http://llvm.org/viewvc/llvm-project?rev=221679&view=rev
Log:
Was convinced in commit comments that requiring a specific python version is the wrong approach; reverting.

Modified:
    llvm/trunk/test/tools/llvm-symbolizer/ppc64.test

Modified: llvm/trunk/test/tools/llvm-symbolizer/ppc64.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-symbolizer/ppc64.test?rev=221679&r1=221678&r2=221679&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-symbolizer/ppc64.test (original)
+++ llvm/trunk/test/tools/llvm-symbolizer/ppc64.test Tue Nov 11 02:53:18 2014
@@ -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; }





More information about the llvm-commits mailing list