nixpkgs/pkgs/development/compilers/llvm/12/compiler-rt
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
..
armv7l.patch llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
codesign.patch llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
darwin-targetconditionals.patch llvmPackages_12.compiler-rt: fix build on darwin 2021-06-03 03:08:10 -04:00
default.nix llvmPackages_12.compiler-rt: fix build on darwin 2021-06-03 03:08:10 -04:00
gnu-install-dirs.patch llvmPackages_{10,11,12}.compiler-rt: install resource txts to $out/share 2021-05-15 17:40:24 +02:00
normalize-var.patch llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
sanitizers-nongnu.patch
X86-support-extension.patch llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00