1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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 4f73e3c4b9
commit b9e4e13a04

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