-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc3 #285786
Merged
Merged
Conversation
This file contains 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
wegank
force-pushed
the
llvm-git-rc1
branch
2 times, most recently
from
February 2, 2024 12:15
53d1f75
to
a40f69c
Compare
wegank
changed the title
llvmPackages_git: refresh patches
llvmPackages_git: 18.0.0-unstable-2023-10-04 -> 18.1.0-rc1
Feb 2, 2024
ofborg
bot
added
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
10.rebuild-linux: 0
This PR does not cause any packages to rebuild on Linux
labels
Feb 2, 2024
wegank
force-pushed
the
llvm-git-rc1
branch
5 times, most recently
from
February 2, 2024 18:04
b717cb2
to
9cc3f25
Compare
@ofborg eval |
@ofborg build llvmPackages_git |
13 tasks
wegank
force-pushed
the
llvm-git-rc1
branch
2 times, most recently
from
February 6, 2024 20:38
7a2f5ca
to
30a27a4
Compare
wegank
changed the title
llvmPackages_git: 18.0.0-unstable-2023-10-04 -> 18.1.0-rc1
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc1
Feb 6, 2024
wegank
force-pushed
the
llvm-git-rc1
branch
2 times, most recently
from
February 6, 2024 20:44
a835879
to
f1ef0f9
Compare
@ofborg build pkgsStatic.llvmPackages_git.clang |
@ofborg build pkgsCross.wasi32.llvmPackages_git.libcxx |
wegank
changed the title
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc1
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc2
Feb 7, 2024
wegank
changed the title
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc2
llvmPackages_git: 18.0.0-unstable-2023-12-13 -> 18.1.0-rc3
Feb 21, 2024
rrbutani
added
the
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
label
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
10.rebuild-linux: 0
This PR does not cause any packages to rebuild on Linux
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.
Description of changes
In addition to patch updates, other commits have been applied to follow the upstream changes:
libgcc{,_s}
is no longer explicitly linked against after llvm/llvm-project@a4336f2.compiler-rt/lib/builtins/cpu_model.c
has been moved tocompiler-rt/lib/builtins/cpu_model/x86.c
in llvm/llvm-project@025d048.LIBCXXABI_USE_LLVM_UNWINDER
is now on by default ([runtimes] Use LLVM libunwind from libc++abi by default llvm/llvm-project#77687).Also, llvm/llvm-project@48e5b5e breaks the
libcxxabi
/libunwind
separation in Nixpkgs whenuseLLVM = true
, and is therefore reverted.Tested by:
llvmPackages_git
on x86_64-linux, aarch64-linux, aarch64-darwin, plus building and runninghello
withllvmPackages_git.stdenv
.llvmPackages_git.llvm
on x86_64-darwin.pkgsLLVM.hello
withllvmPackages_git
on x86_64-linux.pkgsStatic.llvmPackages_git.clang
andpkgsCross.wasi32.llvmPackages_git.libcxx
with ofborg.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.