Remove __clear_cache builtin and SparseGetInertia from the targets where
these functions are unlinkable ^KT-61369
This commit is contained in:
committed by
Space Team
parent
35de28d1aa
commit
7973d898d2
@@ -5,3 +5,6 @@ modules = Accelerate
|
|||||||
|
|
||||||
compilerOpts = -framework Accelerate
|
compilerOpts = -framework Accelerate
|
||||||
linkerOpts = -framework Accelerate
|
linkerOpts = -framework Accelerate
|
||||||
|
|
||||||
|
excludedFunctions.watchos_arm32 = SparseGetInertia
|
||||||
|
excludedFunctions.watchos_x86 = SparseGetInertia
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ headerFilter = **
|
|||||||
language = C
|
language = C
|
||||||
|
|
||||||
excludedFunctions.watchos_arm32 = builtin_clear_cache
|
excludedFunctions.watchos_arm32 = builtin_clear_cache
|
||||||
|
excludedFunctions.watchos_device_arm64 = builtin_clear_cache
|
||||||
---
|
---
|
||||||
// See https://github.com/llvm-mirror/clang/blob/master/include/clang/Basic/Builtins.def
|
// See https://github.com/llvm-mirror/clang/blob/master/include/clang/Basic/Builtins.def
|
||||||
// TODO: autogenerate from machine format.
|
// TODO: autogenerate from machine format.
|
||||||
|
|||||||
Reference in New Issue
Block a user