[Lldb-commits] [lldb] [lldb][AIX] 1. Avoid namespace collision on other platforms (PR #104679)

Dhruv Srivastava via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 19 02:56:58 PDT 2024


DhruvSrivastavaX wrote:

Ok Great, @DavidSpickett 
I was hoping for some feedback to get more clarity about llvm PRs.
1. Yes, the definition of tid_t and offset_t can differ in certain scenarios in AIX when compared to lldb, so trying to avoid such conflicts. 
2. We have used ibm-clang which is an AIX compatible version of clang, Here is the link:
https://www.ibm.com/docs/en/openxl-c-and-cpp-aix/17.1.1?topic=cc-highly-configurable-compiler
3. clang-format: Ok, thanks for that. I will use clang-format to avoid such formatting errors in the future.
4. [sub-project][area] <title> : Yes, thanks I had some doubt about that. Thanks for clarifying. Also, I am numbering these porting commits to keep additional tracking.


https://github.com/llvm/llvm-project/pull/104679


More information about the lldb-commits mailing list