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 7ce2622 commit a02ffb3Copy full SHA for a02ffb3
llvm/cmake/modules/TableGen.cmake
@@ -81,7 +81,7 @@ function(tablegen project ofn)
81
endif()
82
83
if (NOT LLVM_ENABLE_WARNINGS)
84
- list(APPEND LLVM_TABLEGEN_FLAGS "-no-warn-on-unused-template-args")
+ list(APPEND LLVM_TABLEGEN_FLAGS "-Dno-warn-on-unused-template-args")
85
86
87
# We need both _TABLEGEN_TARGET and _TABLEGEN_EXE in the DEPENDS list
0 commit comments