[clang] [Clang][ARM] Ensure FPU Features are parsed when targeting `cc1as` (PR #134612)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 7 05:53:33 PDT 2025


================
@@ -0,0 +1,32 @@
+// REQUIRES: arm-registered-target
+// Ensures that when targeting an ARM target with an Asm file, clang
----------------
DavidSpickett wrote:

I have often been asked to use `///` for comments that were actually comments. I think it is marginally easier to read if you do that.

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


More information about the cfe-commits mailing list