-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
various: unpin or bump LLVM #434642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
various: unpin or bump LLVM #434642
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
837c437
bloaty: unpin LLVM
emilazy 3879ede
build2: unpin LLVM
emilazy 0306ae7
mathematica: unpin LLVM
emilazy 8153126
chez: unpin LLVM
emilazy d1230bc
contour: unpin LLVM
emilazy df39a84
inko: fix tests on Darwin
emilazy 5fdbb69
inko: unpin LLVM
emilazy 99701f3
ivm: unpin LLVM
emilazy 82c7972
libunicode: unpin LLVM
emilazy 9b5a04e
termbench-pro: unpin LLVM
emilazy 0f147d2
ocaml-ng.ocamlPackages_4_14.bap: unpin LLVM
emilazy cd168a8
python313Packages.wasmer-compiler-llvm: unpin LLVM
emilazy 8fb6d06
haskellPackages.llvm-codegen: unpin LLVM
emilazy 0b084fb
postgresql16Packages.pgvecto-rs: unpin LLVM
emilazy e82363b
tetragon: unpin LLVM
emilazy 0eebff6
tracee: unpin LLVM
emilazy 6774d06
libsForQt5.qtwebengine: backport upstream patch for gperf ≥ 3.2
emilazy fb89ed3
libsForQt5.qtwebengine: bump LLVM to 19
emilazy 257866d
flutterPackages-source.stable.engine: unpin LLVM
emilazy 5af7cbe
ghdl-llvm: unpin LLVM
emilazy 86e39d1
python313Packages.shiboken2: unpin LLVM
emilazy 529489f
androidenv.androidPkgs.emulator: drop unused LLVM library
emilazy 01e8f57
nixos/malloc: unpin LLVM for Scudo
emilazy 21e1bb1
wasmedge: bump LLVM to 19
emilazy 95926c7
c2ffi: llvm-16.0.0-0-unstable-2023-11-18 -> llvm-18.1.0-0-unstable-20…
emilazy dd781e6
terra: 1.1.0 -> 1.2.0
emilazy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
pkgs/development/libraries/qt-5/modules/qtwebengine-gperf-3.2.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| Backported from: <https://github.com/chromium/chromium/commit/f8f21fb4aa01f75acbb12abf5ea8c263c6817141.patch> | ||
| Original author: Daniel Richard G <iskunk@gmail.com> | ||
|
|
||
| diff --git a/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py b/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py | ||
| index 5ee4905..6c500a0 100644 | ||
| --- a/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py | ||
| +++ b/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/gperf.py | ||
| @@ -36,10 +36,13 @@ def generate_gperf(gperf_path, gperf_input, gperf_args): | ||
| # https://savannah.gnu.org/bugs/index.php?53028 | ||
| gperf_output = re.sub(r'\bregister ', '', gperf_output) | ||
| # -Wimplicit-fallthrough needs an explicit fallthrough statement, | ||
| - # so replace gperf's /*FALLTHROUGH*/ comment with the statement. | ||
| - # https://savannah.gnu.org/bugs/index.php?53029 | ||
| - gperf_output = gperf_output.replace('/*FALLTHROUGH*/', | ||
| - ' FALLTHROUGH;') | ||
| + # so replace gperf 3.1's /*FALLTHROUGH*/ comment with the statement. | ||
| + # https://savannah.gnu.org/bugs/index.php?53029 (fixed in 3.2) | ||
| + if re.search( | ||
| + r'/\* C\+\+ code produced by gperf version 3\.[01](\.\d+)? \*/', | ||
| + gperf_output): | ||
| + gperf_output = gperf_output.replace('/*FALLTHROUGH*/', | ||
| + ' [[fallthrough]];') | ||
| # -Wpointer-to-int-cast warns about casting pointers to smaller ints | ||
| # Replace {(int)(long)&(foo), bar} with | ||
| # {static_cast<int>(reinterpret_cast<uintptr_t>(&(foo)), bar} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.