Apple: Set Clang ASM compiler features

The same is done for the C and CXX language. This initializes
compiler flags like the sysroot path or deployment target.

Closes: #19794
Suggested-by: Kyle Fleming
This commit is contained in:
Gregor Jasny
2019-10-07 20:45:51 +02:00
committed by Brad King
parent ead89868ba
commit 1a3a62251b

View File

@@ -0,0 +1,2 @@
include(Platform/Apple-Clang)
__apple_compiler_clang(ASM)