When using LLVM_EXTERNALIZE_DEBUGINFO in LLDB, the default dSYM location for the shared library in LLDB.framework is inside the framework bundle. With LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR we can easily fix that. I consider it a useful feature to be able to set a global output directory for external debug info (rather then having a target-specific one). Only implemented for Darwin so far.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 25505 Build 25504: arc lint + arc unit