diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 07:55:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-17 09:09:23 +0000 |
commit | 42c6c6d7e36b349de49d652bc4818ca02dd5e13d (patch) | |
tree | b64343776e3cb6545a56c1ae68300210c1382d75 /community/llvm7/python3-test.patch | |
parent | 8eabc1cab21faad026b7808ad0cd3b041e56ea8c (diff) | |
download | aports-42c6c6d7e36b349de49d652bc4818ca02dd5e13d.tar.bz2 aports-42c6c6d7e36b349de49d652bc4818ca02dd5e13d.tar.xz |
community/llvm7: move from main
Diffstat (limited to 'community/llvm7/python3-test.patch')
-rw-r--r-- | community/llvm7/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/llvm7/python3-test.patch b/community/llvm7/python3-test.patch new file mode 100644 index 0000000000..746313317e --- /dev/null +++ b/community/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 + |