DDavid Spickett[lldb][util] Use Python3 print function in example code
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] install lldb-tblgen by default to ease cross-compilation (one-liner) (#159812) Right now, cross-building lldb means either installing a native lldb-tblgen by hand (non-trivial, as CMake is painful) or first building all of native clang because of how the CMake rules work, which is not fun. In keeping with the pattern established by llvm-tblgen and clang-tblgen, install lldb-tblgen to ease cross-compilation. Co-authored-by: Ross Burton <ross.burton@arm.com> | 10 个月前 | |
[llvm][TargetParser] Return StringMap from getHostCPUFeatures (#97824) Previously this took a reference to a map and returned a bool to say whether it succeeded. We can return a StringMap instead, as all callers but 1 simply iterated the map if the bool was true, and passed in empty maps as the starting point. lldb's lit-cpuid did specifically check whether the call failed, but due to the way the x86 routines work this works out the same as checking if the returned map is empty. | 2 年前 | |
[cmake][lldb][test] Respect LIBCXX_LIBDIR_SUBDIR (#159106) This code in principle needs to match the one in libc++ but hasn't been updated to account for LIBCXX_LIBDIR_SUBDIR so tests don't work if LLVM is built with it specified. Fixes: ed155f3f237a7e3a3e40a84d815225d27e83f0db | 10 个月前 | |
[lldb][util] Use Python3 print function in example code | 9 个月前 | |
[lldb] Remove lldb-repro utility Remove lldb-repro which was used to run the test suite against a reproducer. The corresponding functionality has been removed from LLDB so there's no need for the tool anymore. | 1 年前 |