summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/cmake/modules/AddLLVM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 37387e0fc54..bf9f3fc834d 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -964,7 +964,7 @@ function(process_llvm_pass_plugins)
"#include <array>\n\
struct ExtensionDescriptor {\n\
const char* Name;\n\
- const char* const RequiredLibraries[1 + 1 + ${llvm_plugin_max_deps_length}];\n\
+ const char* RequiredLibraries[1 + 1 + ${llvm_plugin_max_deps_length}];\n\
};\n\
std::array<ExtensionDescriptor, ${llvm_static_extension_count}> AvailableExtensions{\n")
OpenPOWER on IntegriCloud