1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target().

llvm-svn: 195928
This commit is contained in:
NAKAMURA Takumi 2013-11-28 17:04:13 +00:00
parent 99f544b37e
commit 6f84abe1df

View File

@ -11,5 +11,3 @@ add_public_tablegen_target(OptsTestTableGen)
add_llvm_unittest(OptionTests
OptionParsingTest.cpp
)
add_dependencies(OptionTests OptsTestTableGen)