[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-27 Thread via cfe-commits
github-actions[bot] wrote: @rohit-rao Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-27 Thread Leonard Grey via cfe-commits
https://github.com/speednoisemovement closed https://github.com/llvm/llvm-project/pull/82833 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-27 Thread Zixu Wang via cfe-commits
https://github.com/zixu-w approved this pull request. LGTM. Thanks for making the change! https://github.com/llvm/llvm-project/pull/82833 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-23 Thread via cfe-commits
rohit-rao wrote: @zixu-w please take a look if you have a minute, thanks! https://github.com/llvm/llvm-project/pull/82833 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-23 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: None (rohit-rao) Changes Updates the extension feature `define-target-os-macros` to support the recently-added XROS target (TARGET_OS_VISION). --- Full diff: https://github.com/llvm/llvm-project/pull/82833.diff 2 Files Affected:

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-23 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you,

[clang] [clang] Extend define-target-os-macros to support XROS. (PR #82833)

2024-02-23 Thread via cfe-commits
https://github.com/rohit-rao created https://github.com/llvm/llvm-project/pull/82833 Updates the extension feature `define-target-os-macros` to support the recently-added XROS target (TARGET_OS_VISION). >From 48ab8968ea279aab03f64c657656254ededb374e Mon Sep 17 00:00:00 2001 From: Rohit Rao