From fa7ba5fbf5c17323e5b20ceeda13b45619136790 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Tue, 1 Sep 2020 18:03:49 +0100 Subject: ARMClang: Pass defines to assembler This is useful when the assembly file(s) is passed to the pre-processor. --- Modules/Compiler/ARMClang-ASM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Compiler/ARMClang-ASM.cmake b/Modules/Compiler/ARMClang-ASM.cmake index ceff3e8..6a299be 100644 --- a/Modules/Compiler/ARMClang-ASM.cmake +++ b/Modules/Compiler/ARMClang-ASM.cmake @@ -3,7 +3,7 @@ include(Compiler/ARMClang) set(CMAKE_ASM_OUTPUT_EXTENSION ".o") set(CMAKE_ASM_OUTPUT_EXTENSION_REPLACE 1) -set(CMAKE_ASM_COMPILE_OBJECT " -c -o ") +set(CMAKE_ASM_COMPILE_OBJECT " -c -o ") set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS S;s;asm;msa) __compiler_armclang(ASM) -- cgit v0.12