We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b4182 commit 3b4bd47Copy full SHA for 3b4bd47
libclc/cmake/CMakeLLAsmInformation.cmake
@@ -1,6 +1,6 @@
1
if(NOT CMAKE_LLAsm_COMPILE_OBJECT)
2
set(CMAKE_LLAsm_COMPILE_OBJECT
3
- "${CMAKE_LLAsm_PREPROCESSOR} -E -P <DEFINES> <INCLUDES> <FLAGS> -x cl <SOURCE> -o <OBJECT>.temp"
+ "${CMAKE_LLAsm_PREPROCESSOR} -E -P <DEFINES> <INCLUDES> <FLAGS> -cl-no-stdinc -x cl <SOURCE> -o <OBJECT>.temp"
4
"<CMAKE_LLAsm_COMPILER> -o <OBJECT> <OBJECT>.temp")
5
endif()
6
0 commit comments