[Lldb-commits] [PATCH] D141907: [CMake] Ensure `CLANG_RESOURCE_DIR` is respected

2023-01-28 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. While the general direction seems sound, I suspect this may be a real PITA given that for us: -DCLANG_RESOURCE_DIR="../../../../lib/clang/${LLVM_MAJOR}" I'm going to try and see later throughout the week if it's possible to keep that working with this patch. Reposit

[Lldb-commits] [PATCH] D142824: [lldb][NFC] Use move instead of copy

2023-01-28 Thread Chris Cotter via Phabricator via lldb-commits
ccotter created this revision. Herald added a project: All. ccotter requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. For functions that accept an rvalue reference type parameter, use move to avoid copying the parameter. These were found whe

[Lldb-commits] [lldb] f6b8f05 - Use llvm::byteswap instead of ByteSwap_{16, 32, 64} (NFC)

2023-01-28 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2023-01-28T15:22:37-08:00 New Revision: f6b8f05bb399e8f5fd176b2c9dd383cd029467f1 URL: https://github.com/llvm/llvm-project/commit/f6b8f05bb399e8f5fd176b2c9dd383cd029467f1 DIFF: https://github.com/llvm/llvm-project/commit/f6b8f05bb399e8f5fd176b2c9dd383cd029467f1.diff L

[Lldb-commits] [lldb] 55e2cd1 - Use llvm::count{lr}_{zero, one} (NFC)

2023-01-28 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2023-01-28T12:41:20-08:00 New Revision: 55e2cd16095d64e9afca6e109e40ed95d735dc7f URL: https://github.com/llvm/llvm-project/commit/55e2cd16095d64e9afca6e109e40ed95d735dc7f DIFF: https://github.com/llvm/llvm-project/commit/55e2cd16095d64e9afca6e109e40ed95d735dc7f.diff L