nixpkgs/pkgs/development/compilers/llvm
Dmitry Kalinkin cf4e1b9e62
llvmPackages_12.compiler-rt: fix build on darwin
```
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:617:7: error: use of undeclared
      identifier 'TARGET_OS_IOS'
  if (TARGET_OS_IOS || TARGET_OS_TV) return 6;
      ^
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:617:24: error: use of undeclared
      identifier 'TARGET_OS_TV'
  if (TARGET_OS_IOS || TARGET_OS_TV) return 6;
                       ^
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:618:7: error: use of undeclared
      identifier 'TARGET_OS_WATCH'
  if (TARGET_OS_WATCH) return 13;
      ^
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:687:7: error: use of undeclared
      identifier 'TARGET_OS_IOS'
  if (TARGET_OS_IOS || TARGET_OS_TV)
      ^
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:687:24: error: use of undeclared
      identifier 'TARGET_OS_TV'
  if (TARGET_OS_IOS || TARGET_OS_TV)
                       ^
/tmp/nix-build-compiler-rt-libc-12.0.0.drv-0/compiler-rt-12.0.0.src/lib/sanitizer_common/sanitizer_mac.cpp:689:12: error: use of undeclared
      identifier 'TARGET_OS_WATCH'
  else if (TARGET_OS_WATCH)
           ^
6 errors generated.
```
2021-06-03 03:08:10 -04:00
..
5 Fast-forward PR #122399 from staging to staging-next 2021-05-12 22:43:52 +02:00
6 Fast-forward PR #122399 from staging to staging-next 2021-05-12 22:43:52 +02:00
7 Merge pull request #123103 from sternenseemann/compiler-rt-resources 2021-05-15 12:06:57 -07:00
8 Merge pull request #123103 from sternenseemann/compiler-rt-resources 2021-05-15 12:06:57 -07:00
9 Merge pull request #123103 from sternenseemann/compiler-rt-resources 2021-05-15 12:06:57 -07:00
10 Merge staging-next into staging 2021-05-15 18:30:31 +00:00
11 llvmPackages_11.compiler-rt: fix build on x86_64-darwin 2021-05-19 12:33:53 -07:00
12 llvmPackages_12.compiler-rt: fix build on darwin 2021-06-03 03:08:10 -04:00
common/compiler-rt llvmPackages: Organize files 2021-03-24 05:02:50 +00:00
rocm llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
aarch64.patch
exegesis-force-bdver2.patch llvmPackages_12.llvm: fix building on older CPUs 2021-04-17 01:55:53 +00:00
libcxx-0001-musl-hacks.patch
multi.nix clang, cc-wrapper: Move --gcc-toolchain logic into CC wrapper 2021-01-24 15:49:32 -05:00
TLI-musl.patch
update.sh llvmPackages: Add an update script 2021-04-01 13:31:48 +02:00