2012-11-12 19:33:29 +08:00
|
|
|
# FIXME: As we plan to execute llvm-symbolizer binary from compiler-rt
|
|
|
|
# libraries, it has to be compiled for all supported targets (x86_64, i386 etc).
|
|
|
|
# This means that we need LLVM libraries to be compiled for these
|
|
|
|
# targets as well. Currently, there is no support for such a build strategy.
|
|
|
|
|
|
|
|
set(LLVM_LINK_COMPONENTS
|
2015-01-31 02:07:45 +08:00
|
|
|
DebugInfoDWARF
|
2015-04-28 01:19:51 +08:00
|
|
|
DebugInfoPDB
|
2012-11-12 19:33:29 +08:00
|
|
|
Object
|
2013-12-10 19:13:32 +08:00
|
|
|
Support
|
2012-11-12 19:33:29 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_tool(llvm-symbolizer
|
2013-01-22 22:21:19 +08:00
|
|
|
LLVMSymbolize.cpp
|
2012-11-12 19:33:29 +08:00
|
|
|
llvm-symbolizer.cpp
|
|
|
|
)
|