From 6a890885237a6cfa4e6310e336b0b7d2bea6ba75 Mon Sep 17 00:00:00 2001 From: Mircea Trofin Date: Wed, 24 Jun 2020 09:37:15 -0700 Subject: [PATCH] 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. --- llvm/cmake/modules/AddLLVM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4