This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] ARM-CGT-CLANG:TI ARM Clang 4.0.2 LTS 的开源基本版本是什么?

Guru**** 2810035 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1610358/arm-cgt-clang-what-is-the-open-source-base-version-of-ti-arm-clang-4-0-2-lts

部件号:ARM-CGT-CLANG

您好:

TI ARM Clang 4.0.2 LTS 基于开源 ARM Clang、对吗? 哪个 ARM Clang 版本用作 TI ARM Clang 4.0.2 LTS 的基础?

谢谢!

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    请参阅  tiarmclang 在线手册中的通用编译器预定义宏符号。  我很确定您对感兴趣  __CLANG_VERSION__ 或  __版本__ 。  以下是从命令行查看它的一种方法。

    % tiarmclang -E -dM empty.c | findstr __clang_version__
    #define __clang_version__ "18.1.8 (ssh://git@bitbucket.itg.ti.com/code/llvm-project.git 534ed34760c7c61ed2e5995cc66ec2e7bdcb0416)"

    谢谢。此致、

    -乔治