diff options
author | Zach van Rijn <me@zv.io> | 2024-12-06 19:22:35 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-06 19:22:37 +0000 |
commit | 57762abcbf59410fc77ac48a3027bdee08c9291f (patch) | |
tree | 089c78d5e2738f92acc7dd22fbc18daa53bfd480 /bootstrap/llvm18/python3-test.patch | |
parent | cf1b9041544c3a70181778535ba310653593e9c3 (diff) | |
download | packages-57762abcbf59410fc77ac48a3027bdee08c9291f.tar.gz packages-57762abcbf59410fc77ac48a3027bdee08c9291f.tar.bz2 packages-57762abcbf59410fc77ac48a3027bdee08c9291f.tar.xz packages-57762abcbf59410fc77ac48a3027bdee08c9291f.zip |
bootstrap/llvm18: replace symlink with files.
Note: default_llvm="no"
Effectively reverts 1c7549b7bb4dcf1142d6c19876841ccc93fcafd5
since 'abuild' uses readlink to derive repository information.
The user/llvm18 package is free to be updated independently.
Diffstat (limited to 'bootstrap/llvm18/python3-test.patch')
-rw-r--r-- | bootstrap/llvm18/python3-test.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/llvm18/python3-test.patch b/bootstrap/llvm18/python3-test.patch new file mode 100644 index 000000000..76f13385d --- /dev/null +++ b/bootstrap/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 + |