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 5f510e5 commit 2f6b23dCopy full SHA for 2f6b23d
llvm/cmake/modules/AddLLVM.cmake
@@ -964,7 +964,7 @@ function(process_llvm_pass_plugins)
964
"#include <array>\n\
965
struct ExtensionDescriptor {\n\
966
const char* Name;\n\
967
- const char* const RequiredLibraries[1 + 1 + ${llvm_plugin_max_deps_length}];\n\
+ const char* RequiredLibraries[1 + 1 + ${llvm_plugin_max_deps_length}];\n\
968
};\n\
969
std::array<ExtensionDescriptor, ${llvm_static_extension_count}> AvailableExtensions{\n")
970
0 commit comments