diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-07-06 20:37:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 10:08:22 -0500 |
commit | e2ec142d7bfd9f2465c62900a03e3accf4adf572 (patch) | |
tree | e1f4499d59088adf1da20797fb9f260c2e87bf05 /user/llvm18/python3-test.patch | |
parent | c5c08854322efc2aea8f8bcf51a544976fd86a12 (diff) | |
download | packages-e2ec142d7bfd9f2465c62900a03e3accf4adf572.tar.gz packages-e2ec142d7bfd9f2465c62900a03e3accf4adf572.tar.bz2 packages-e2ec142d7bfd9f2465c62900a03e3accf4adf572.tar.xz packages-e2ec142d7bfd9f2465c62900a03e3accf4adf572.zip |
user/llvm18: New package
Diffstat (limited to 'user/llvm18/python3-test.patch')
-rw-r--r-- | user/llvm18/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/llvm18/python3-test.patch b/user/llvm18/python3-test.patch new file mode 100644 index 000000000..76f13385d --- /dev/null +++ b/user/llvm18/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 + |