Sfoglia il codice sorgente

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
Gregor Jasny 6 anni fa
parent
commit
638fa41234
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Modules/Platform/Apple-Clang-ASM.cmake

+ 2 - 0
Modules/Platform/Apple-Clang-ASM.cmake

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