Files
coopos/CMakeModules/CMakeTestASM-LLVMWARCompiler.cmake
2024-04-04 22:32:31 -04:00

6 lines
140 B
CMake

# These trio of files implement a workaround for LLVM bug 39427
set(ASM_DIALECT "-LLVMWAR")
include(CMakeTestASMCompiler)
set(ASM_DIALECT)