Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
c6a1346d7c6bb761f9e6c2c85b53febba1cb15db
/
.
/
tools
/
llvm-ld
/
CMakeLists.txt
blob: 51f0dc1304ccca19e21ae24ce8141047274584b9 [
file
] [
log
] [
blame
]
Oscar Fuentes
3d01fc7
2008-09-22 01:08:49 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-ld
5
Optimize.cpp
6
llvm-ld.cpp
7
)