diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-07-30 09:27:38 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-10-17 00:58:44 -0500 |
commit | 595bc02f3080bbf44fa78068e5b56e13821ab6a6 (patch) | |
tree | f935d24387678ff6c85255cf48ac8a0270c272e9 /bootstrap/llvm16/python3-test.patch | |
parent | 0f5207bac6c6280ecf6d9910ddfb04f35cec6244 (diff) | |
download | packages-595bc02f3080bbf44fa78068e5b56e13821ab6a6.tar.gz packages-595bc02f3080bbf44fa78068e5b56e13821ab6a6.tar.bz2 packages-595bc02f3080bbf44fa78068e5b56e13821ab6a6.tar.xz packages-595bc02f3080bbf44fa78068e5b56e13821ab6a6.zip |
bootstrap/llvm16: New package
Diffstat (limited to 'bootstrap/llvm16/python3-test.patch')
-rw-r--r-- | bootstrap/llvm16/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/llvm16/python3-test.patch b/bootstrap/llvm16/python3-test.patch new file mode 100644 index 000000000..76f13385d --- /dev/null +++ b/bootstrap/llvm16/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 + + from __future__ import print_function + |