This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
b0fa5b57ac
llvm-project
/
llvm
/
tools
/
bugpoint-passes
/
CMakeLists.txt
6 lines
105 B
CMake
Raw
Normal View
History
Unescape
Escape
Try to fix cmake build. llvm-svn: 110528
2010-08-08 08:50:57 +08:00
add_llvm_loadable_module
(
BugpointPasses
T
e
s
t
P
a
s
s
e
s
.
c
p
p
)
Add dependency to "make check". cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported. llvm-svn: 121455
2010-12-10 10:15:36 +08:00
add_dependencies
(
BugpointPasses
bugpoint
)