File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ function(process_llvm_pass_plugins)
1075
1075
foreach (llvm_extension ${LLVM_STATIC_EXTENSIONS} )
1076
1076
get_property (llvm_plugin_deps TARGET ${llvm_extension} PROPERTY LINK_LIBRARIES )
1077
1077
1078
- file (APPEND "${ExtensionDeps} .tmp" "{ {\" ${llvm_extension} \" , {" )
1078
+ file (APPEND "${ExtensionDeps} .tmp" "ExtensionDescriptor {\" ${llvm_extension} \" , {" )
1079
1079
foreach (llvm_plugin_dep ${llvm_plugin_deps} )
1080
1080
# Turn library dependency back to component name, if possible.
1081
1081
# That way llvm-config can avoid redundant dependencies.
@@ -1089,7 +1089,7 @@ function(process_llvm_pass_plugins)
1089
1089
endforeach ()
1090
1090
1091
1091
# Self + mandatory trailing null, because the number of RequiredLibraries differs between extensions.
1092
- file (APPEND "${ExtensionDeps} .tmp" \"${llvm_extension} \" , " nullptr}}} ,\n ")
1092
+ file (APPEND "${ExtensionDeps} .tmp" \"${llvm_extension} \" , " nullptr}},\n ")
1093
1093
endforeach()
1094
1094
file(APPEND " ${ExtensionDeps} .tmp " " };\n ")
1095
1095
You can’t perform that action at this time.
0 commit comments