-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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_13.libcxxStdenv has wrong header search paths #151879
Labels
0.kind: bug
Something is broken
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
Comments
It seems the problem is https://github.com/llvm/llvm-project/blob/d7b669b3a30345cfcdb2fde2af6f48aa4b94845d/clang/lib/Driver/ToolChains/Gnu.cpp#L2885-L2886 is not replaced with nixpkgs/pkgs/development/compilers/llvm/13/clang/default.nix Lines 49 to 51 in eecf51e
|
13 tasks
crabtw
added a commit
to crabtw/nixpkgs
that referenced
this issue
Feb 14, 2022
This patch adds nostdlibinc flag after parsing arguments instead of sed substitution. Fix NixOS#151879
yayayayaka
pushed a commit
to yayayayaka/nixpkgs
that referenced
this issue
May 1, 2022
This patch adds nostdlibinc flag after parsing arguments instead of sed substitution. Fix NixOS#151879 (cherry picked from commit 2fe19fe)
jsoo1
pushed a commit
to awakesecurity/nixpkgs
that referenced
this issue
Jul 13, 2023
This patch adds nostdlibinc flag after parsing arguments instead of sed substitution. Fix NixOS#151879 (cherry picked from commit 2fe19fe)
rrbutani
added
the
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
label
May 27, 2024
Merged
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.kind: bug
Something is broken
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
Describe the bug
When using
llvmPackages_13.libcxxStdenv
to compile program, clang reportsno member named 'abort' in namespace 'std'
.Comparing search paths with
llvm12
,llvm13
has 3 additional paths.Steps To Reproduce
Steps to reproduce the behavior:
$ clang++ -c test.cpp
Expected behavior
clang reports no error.
Notify maintainers
@lovek323 @raskin @dtzWill @primeos
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: