[llvm] 6a89088 - Revert "[llvm] Added support for stand-alone cmake object libraries."
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 09:39:17 PDT 2020
Author: Mircea Trofin
Date: 2020-06-24T09:37:15-07:00
New Revision: 6a890885237a6cfa4e6310e336b0b7d2bea6ba75
URL: https://github.com/llvm/llvm-project/commit/6a890885237a6cfa4e6310e336b0b7d2bea6ba75
DIFF: https://github.com/llvm/llvm-project/commit/6a890885237a6cfa4e6310e336b0b7d2bea6ba75.diff
LOG: 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.
Added:
Modified:
llvm/cmake/modules/AddLLVM.cmake
Removed:
################################################################################
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 7ac308c62b94..e25c72f3cae3 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
More information about the llvm-commits
mailing list