[PATCH] D108592: [clang][Fuchsia] Support __attribute__((availability)) on Fuchsia

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 9 11:49:32 PDT 2021


aaron.ballman added inline comments.


================
Comment at: clang/test/Frontend/attr-availability-fuchsia.c:2
+// Test that `-mfuchsia-version` is propagated to cc1.
+// RUN: %clang -target x86_64-unknown-fuchsia -mfuchsia-version=16 -c %s -### |& FileCheck %s
+//
----------------
Is `|&` intentional? I think that's causing shell parse errors on Windows (same for the other test).

Also should this test be in `Driver` instead as it's testing the driver functionality?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108592



More information about the cfe-commits mailing list