[PATCH] D140757: [Hexagon][VE][WebAssembly] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 01:42:30 PST 2023


brad added inline comments.


================
Comment at: clang/test/Preprocessor/predefined-arch-macros.c:4337
+// RUN: %clang -E -dM %s -o - 2>&1 \
+// RUN:     -target hexagon-unknown-linux \
+// RUN:   | FileCheck -match-full-lines %s -check-prefix=CHECK_HEXAGON_ATOMICS
----------------
MaskRay wrote:
> Use `--target=` for new tests. `-target ` is legacy.
> Use `--target=` for new tests. `-target ` is legacy.

Ok, I will do so.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140757/new/

https://reviews.llvm.org/D140757



More information about the cfe-commits mailing list