forked from OSchip/llvm-project
[CMake] Also OptionTests can be free from add_dependencies() with add_public_tablegen_target().
llvm-svn: 195928
This commit is contained in:
parent
ce746c6c49
commit
c08227de0e
|
@ -11,5 +11,3 @@ add_public_tablegen_target(OptsTestTableGen)
|
|||
add_llvm_unittest(OptionTests
|
||||
OptionParsingTest.cpp
|
||||
)
|
||||
|
||||
add_dependencies(OptionTests OptsTestTableGen)
|
||||
|
|
Loading…
Reference in New Issue