diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 04:58:28 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 04:58:28 +0000 |
commit | 85d91d9382e6cb69db2924c9e676fc8d8a6d25ff (patch) | |
tree | a0f482fab77a45f506b07bfef7c71720c222adc3 /user/llvm7/python3-test.patch | |
parent | c23245949e225b85a221a13fb24238473306cb0b (diff) | |
download | packages-85d91d9382e6cb69db2924c9e676fc8d8a6d25ff.tar.gz packages-85d91d9382e6cb69db2924c9e676fc8d8a6d25ff.tar.bz2 packages-85d91d9382e6cb69db2924c9e676fc8d8a6d25ff.tar.xz packages-85d91d9382e6cb69db2924c9e676fc8d8a6d25ff.zip |
user/llvm: bump to 7.0.1
Diffstat (limited to 'user/llvm7/python3-test.patch')
-rw-r--r-- | user/llvm7/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/llvm7/python3-test.patch b/user/llvm7/python3-test.patch new file mode 100644 index 000000000..746313317 --- /dev/null +++ b/user/llvm7/python3-test.patch @@ -0,0 +1,8 @@ +--- llvm-7.0.1.src/test/BugPoint/compile-custom.ll.py.old 2014-03-13 00:10:37.000000000 +0000 ++++ llvm-7.0.1.src/test/BugPoint/compile-custom.ll.py 2019-03-10 03:48:48.600000000 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + import sys + |