[clang] [clang][Fuchsia] Add test for Fuchsia-specific predefines (PR #194780)

Roland McGrath via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 10:56:51 PDT 2026


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -E -dM -triple=aarch64-unknown-fuchsia < /dev/null \
+// RUN:   | FileCheck -match-full-lines -check-prefixes=FUCHSIA %s
----------------
frobtech wrote:

I figured we'd probably eventually have some for arch differences too.

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


More information about the cfe-commits mailing list