Was convinced in commit comments that requiring a specific python version is the wrong approach; reverting.

llvm-svn: 221679
This commit is contained in:
Manuel Klimek 2014-11-11 08:53:18 +00:00
parent 2cc4bc77bf
commit bfd0039e73
1 changed files with 0 additions and 1 deletions

View File

@ -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; }