3
0
Fork 0
forked from mirrors/nixpkgs
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
rocm
aarch64.patch
exegesis-force-bdver2.patch
libcxx-0001-musl-hacks.patch
multi.nix
TLI-musl.patch
update.sh