We at first misattributed this to a CMake configuration change that happened on green dragon at the same time, hence the delay.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp | ||
---|---|---|
1004 | IIUC you're trying to support both the old and the new naming? |
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp | ||
---|---|---|
1004 | Yes, otherwise the matrix bot, which tests that LLDB can debug code compiled with older releases of clang (and libcxx) would fail. Currently it builds the testsuite with every other release since Clang 5.0 https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/ |
IIUC you're trying to support both the old and the new naming?