mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
![NAKAMURA Takumi](/assets/img/avatar_default.png)
cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported. llvm-svn: 121455
6 lines
105 B
CMake
6 lines
105 B
CMake
add_llvm_loadable_module( BugpointPasses
|
|
TestPasses.cpp
|
|
)
|
|
|
|
add_dependencies(BugpointPasses bugpoint)
|