mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[windows][toolchain] Build sanitizers and builtins standalone for all SDKs (#78861)
Unified builds of compiler-rt together with LLVM failed for the Android SDKs. It got too complicated to redirect the way LLVM would configure the nested build-trees. Standalone builds slightly increase build time, but they turned out much simpler and we end up with less duplication of definitions.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// XFAIL: OS=windows-msvc
|
||||
|
||||
// Different sanitizer coverage types
|
||||
// RUN: %swiftc_driver -driver-print-jobs -sanitize-coverage=func -sanitize=address %s | %FileCheck -check-prefix=SANCOV_FUNC %s
|
||||
// RUN: %swiftc_driver -driver-print-jobs -sanitize-coverage=bb -sanitize=address %s | %FileCheck -check-prefix=SANCOV_BB %s
|
||||
|
||||
Reference in New Issue
Block a user