From: Mircea Trofin Date: Wed, 24 Jun 2020 16:37:15 +0000 (-0700) Subject: Revert "[llvm] Added support for stand-alone cmake object libraries." X-Git-Tag: llvmorg-12-init~2086 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a890885237a6cfa4e6310e336b0b7d2bea6ba75;p=platform%2Fupstream%2Fllvm.git Revert "[llvm] Added support for stand-alone cmake object libraries." This reverts commit 62841415e685fe8857f75edd1fa92b7d1d08b875. The commit is a misnomer, and it "made its way in" unintentionally, through a patch that had it as a depdendency. The change itself ended up to be just a comment update, but the description is completely wrong. --- diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake index 7ac308c..e25c72f 100644 --- a/llvm/cmake/modules/AddLLVM.cmake +++ b/llvm/cmake/modules/AddLLVM.cmake @@ -891,7 +891,7 @@ endmacro(add_llvm_executable name) # only an object library is built, and no module is built. This is specific to the Polly use case. # # The SUBPROJECT argument contains the LLVM project the plugin belongs -# to. If set, the plugin will link statically by default it if the +# to. If set, the plugin will link statically by default it if the # project was enabled. function(add_llvm_pass_plugin name) cmake_parse_arguments(ARG