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 1761ecd commit 9f71e6bCopy full SHA for 9f71e6b
llvm/cmake/modules/TableGen.cmake
@@ -68,7 +68,7 @@ function(tablegen project ofn)
68
# char literals, instead. If we're cross-compiling, then conservatively assume
69
# that the source might be consumed by MSVC.
70
# [1] https://docs.microsoft.com/en-us/cpp/cpp/compiler-limits?view=vs-2017
71
- if (MSVC AND project STREQUAL LLVM)
+ if (MSVC)
72
list(APPEND LLVM_TABLEGEN_FLAGS "--long-string-literals=0")
73
endif()
74
if (CMAKE_GENERATOR MATCHES "Visual Studio")
0 commit comments