mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Do not declare compiler extension member as const
It keeps them default constructible.
This commit is contained in:
parent
f4160c30dc
commit
48b1234c8a
@ -969,7 +969,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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user