diff options
author | Ivan Donchevskii <[email protected]> | 2019-03-21 14:57:34 +0100 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2019-03-21 16:59:18 +0100 |
commit | e37970a2d3b1c0eecbea2cfaa0bbb119bd023eb9 (patch) | |
tree | de3e644999a8de7e9878757f3ceecd6a6376d305 | |
parent | 1368f4044e62cad4316da638d919a93fd3ac3fe6 (diff) |
WIP: Clang: Add patch to build static libclangrelease_50-based
-rw-r--r-- | cmake/modules/AddLLVM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index 1c922651b133..dee8eb536952 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -413,7 +413,7 @@ function(llvm_add_library name) # static set(name_static "${name}_static") if(ARG_OUTPUT_NAME) - set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") + set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}_static") endif() # DEPENDS has been appended to LLVM_COMMON_LIBS. llvm_add_library(${name_static} STATIC |