lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

Update README custom build instructions #112

Closed nenorbot closed 1 year ago

nenorbot commented 1 year ago

LLVM no longer supports libcxx, libcxxabi in LLVM_ENABLE_PROJECTS flag -- they have been moved to LLVM_ENABLE_RUNTIMES. Changed instructions accordingly. See https://reviews.llvm.org/D132480

sunshaoce commented 1 year ago

Thanks for contributing!