nixpkgs/pkgs/development/compilers/llvm/15
Adam Joseph 2e77eb8190 clang_15: fix build!=(host==target) cross compilation
clang_15 appears to not cross compile in the build!=(host==target)
case due to two problems, which this commit fixes:

- It trips -Wmaybe-uninitialized on recent gcc, but only in the
  build!=host case (likely due to #ifdefs)

- Two more buildPlatform tools have been added:
  clang-tidy-confusable-chars-gen and clang-pseudo-gen

Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>
2023-04-19 01:06:08 +00:00
..
bintools treewide: use optionalString 2023-02-13 21:52:34 +01:00
clang clang_15: fix build!=(host==target) cross compilation 2023-04-19 01:06:08 +00:00
compiler-rt llvmPackages.compiler-rt: enable libclang_rt.profile-....a build 2023-03-10 12:57:55 +00:00
libcxx Revert "llvmPackages_15: update licenses" 2023-02-24 00:06:46 +00:00
libcxxabi Revert "llvmPackages_15: update licenses" 2023-02-24 00:06:46 +00:00
libunwind llvmPackages_15: switch to using ninja 2023-01-27 13:29:22 -08:00
lld lld: explain why we change the stack size on Musl 2023-02-28 10:56:53 +00:00
lldb llvmPackages_15: misc fixes, notes 2023-01-27 13:29:23 -08:00
llvm binutils: consolidate plugin-api.h support in a single 2023-01-30 22:23:36 +00:00
openmp Revert "llvmPackages_15: update licenses" 2023-02-24 00:06:46 +00:00
default.nix llvm: tighten platforms 2023-03-03 13:45:14 +00:00