Skip to content

Commit 3b4bd47

Browse files
mlychkovvmaksimo
authored andcommitted
[OpenCL] Fix CUDA build after D96515
Signed-off-by: Mikhail Lychkov <mikhail.lychkov@intel.com>
1 parent f2b4182 commit 3b4bd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/cmake/CMakeLLAsmInformation.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if(NOT CMAKE_LLAsm_COMPILE_OBJECT)
22
set(CMAKE_LLAsm_COMPILE_OBJECT
3-
"${CMAKE_LLAsm_PREPROCESSOR} -E -P <DEFINES> <INCLUDES> <FLAGS> -x cl <SOURCE> -o <OBJECT>.temp"
3+
"${CMAKE_LLAsm_PREPROCESSOR} -E -P <DEFINES> <INCLUDES> <FLAGS> -cl-no-stdinc -x cl <SOURCE> -o <OBJECT>.temp"
44
"<CMAKE_LLAsm_COMPILER> -o <OBJECT> <OBJECT>.temp")
55
endif()
66

0 commit comments

Comments
 (0)