no1wudi opened a new pull request, #15706:
URL: https://github.com/apache/nuttx/pull/15706

   ## Summary
   - Unified the specification of LLVM architecture and ABI types across the 
CMake and Makefile configurations.
   - Introduced `LLVM_ARCHTYPE` and `LLVM_CPUTYPE` variables in the CMake 
configuration to match the Makefile's approach.
   - Standardized the ABI type (`LLVM_ABITYPE`) to `sysv` for both Linux and 
macOS host configurations.
   
   ## Impact
   - Ensures consistent LLVM target definitions across build systems (CMake and 
Makefile).
   - Simplifies future maintenance by avoiding divergence in LLVM-related 
configurations.
   - No functional changes to the build output; only the internal 
representation of LLVM target information is aligned.
   
   ## Testing
   
   GitHub CI and local build
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to