forked from OSchip/llvm-project
1c82dd39f9
CMake allows calling target_link_libraries() without a keyword, but this usage is not preferred when also called with a keyword, and has surprising behavior. This patch explicitly specifies a keyword when using target_link_libraries(). Differential Revision: https://reviews.llvm.org/D75725 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestPassManager.cpp |