mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
662fb328d7
a description of how to add debug information using DWARF and DIBuilder to the language. Thanks to David Blaikie for his assistance with this tutorial. llvm-svn: 223671
18 lines
216 B
CMake
18 lines
216 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
ExecutionEngine
|
|
InstCombine
|
|
MC
|
|
ScalarOpts
|
|
Support
|
|
TransformUtils
|
|
nativecodegen
|
|
)
|
|
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
|
|
add_llvm_example(Kaleidoscope-Ch8
|
|
toy.cpp
|
|
)
|