diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-07 20:53:05 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 13:35:29 +0000 |
commit | 3c17be04ec487849bbaced32301bcb58deb996f4 (patch) | |
tree | daa45d3277be9e931ba94d9555bfaa2932ed65e0 /main/llvm8/python3-test.patch | |
parent | 2fdb25103eb9eb413ea266dbb250170b845837b0 (diff) | |
download | aports-3c17be04ec487849bbaced32301bcb58deb996f4.tar.bz2 aports-3c17be04ec487849bbaced32301bcb58deb996f4.tar.xz |
main/llvm8: move from testing
Diffstat (limited to 'main/llvm8/python3-test.patch')
-rw-r--r-- | main/llvm8/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/llvm8/python3-test.patch b/main/llvm8/python3-test.patch new file mode 100644 index 0000000000..746313317e --- /dev/null +++ b/main/llvm8/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 + |