diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-30 04:21:20 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:01 -0500 |
commit | 2dc2dec8cf042aee5ab1956244fab817ec8b7856 (patch) | |
tree | 17b1dae6217aef5fc7737b4548901735f9e05fd7 /user/llvm14/python3-test.patch | |
parent | 570f4208b96fcc17d704c8df061b3a9550eb6274 (diff) | |
download | packages-2dc2dec8cf042aee5ab1956244fab817ec8b7856.tar.gz packages-2dc2dec8cf042aee5ab1956244fab817ec8b7856.tar.bz2 packages-2dc2dec8cf042aee5ab1956244fab817ec8b7856.tar.xz packages-2dc2dec8cf042aee5ab1956244fab817ec8b7856.zip |
user/llvm14: New package
Diffstat (limited to 'user/llvm14/python3-test.patch')
-rw-r--r-- | user/llvm14/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/llvm14/python3-test.patch b/user/llvm14/python3-test.patch new file mode 100644 index 000000000..76f13385d --- /dev/null +++ b/user/llvm14/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 + |