diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-04 17:27:59 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-04 17:27:59 -0600 |
commit | a52113d2368551dc2c530b765f656e724fcd7739 (patch) | |
tree | e29c2aa61e7685cff165f23a043421de485ac9fe /user/llvm14/python3-test.patch | |
parent | 9286e92e196082d80499e286c154086d0d302188 (diff) | |
download | packages-a52113d2368551dc2c530b765f656e724fcd7739.tar.gz packages-a52113d2368551dc2c530b765f656e724fcd7739.tar.bz2 packages-a52113d2368551dc2c530b765f656e724fcd7739.tar.xz packages-a52113d2368551dc2c530b765f656e724fcd7739.zip |
user/llvm14: Move to bootstrap/
Package is only needed by Rust bootstrap packages.
Diffstat (limited to 'user/llvm14/python3-test.patch')
-rw-r--r-- | user/llvm14/python3-test.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/user/llvm14/python3-test.patch b/user/llvm14/python3-test.patch deleted file mode 100644 index 76f13385d..000000000 --- a/user/llvm14/python3-test.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 - |