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

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 21:49:29 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
----------------
petrhosek wrote:

Setting the `-check-prefix` seem unnecessary for these tests.

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


More information about the cfe-commits mailing list