2012-11-12 11:33:29 +00: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-30 18:07:45 +00:00
|
|
|
DebugInfoDWARF
|
2015-04-27 17:19:51 +00:00
|
|
|
DebugInfoPDB
|
2012-11-12 11:33:29 +00:00
|
|
|
Object
|
2013-12-10 11:13:32 +00:00
|
|
|
Support
|
2012-11-12 11:33:29 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_tool(llvm-symbolizer
|
2013-01-22 14:21:19 +00:00
|
|
|
LLVMSymbolize.cpp
|
2012-11-12 11:33:29 +00:00
|
|
|
llvm-symbolizer.cpp
|
|
|
|
)
|