[llvm] r195928 - [CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target().
NAKAMURA Takumi
geek4civic at gmail.com
Thu Nov 28 09:04:13 PST 2013
Author: chapuni
Date: Thu Nov 28 11:04:13 2013
New Revision: 195928
URL: http://llvm.org/viewvc/llvm-project?rev=195928&view=rev
Log:
[CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target().
Modified:
llvm/trunk/unittests/Option/CMakeLists.txt
Modified: llvm/trunk/unittests/Option/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Option/CMakeLists.txt?rev=195928&r1=195927&r2=195928&view=diff
==============================================================================
--- llvm/trunk/unittests/Option/CMakeLists.txt (original)
+++ llvm/trunk/unittests/Option/CMakeLists.txt Thu Nov 28 11:04:13 2013
@@ -11,5 +11,3 @@ add_public_tablegen_target(OptsTestTable
add_llvm_unittest(OptionTests
OptionParsingTest.cpp
)
-
-add_dependencies(OptionTests OptsTestTableGen)
More information about the llvm-commits
mailing list