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 9da819c commit f466998Copy full SHA for f466998
1 file changed
cmake/modules/LLVM.cmake
@@ -36,7 +36,7 @@ if(NOT ${USE_LLVM} MATCHES ${IS_FALSE_PATTERN})
36
add_definitions(${LLVM_DEFINITIONS})
37
add_library(tvm_llvm_header INTERFACE)
38
if(MSVC)
39
- # MSVC treats the operand after -isystem as a source file.
+ # MSVC treats GCC-style -isystem operands as source files.
40
target_include_directories(tvm_llvm_header SYSTEM INTERFACE ${LLVM_INCLUDE_DIRS})
41
target_compile_options(tvm_llvm_header INTERFACE ${LLVM_DEFINITIONS})
42
else()
0 commit comments