================ @@ -0,0 +1,4 @@ +// RUN: %clang --target=aarch64-none-elf -march=armv8.9-a+rcpc3 -print-multi-flags-experimental -c %s 2>&1 | FileCheck %s + ---------------- smithp35 wrote:
I think it could be worth a comment here explaining what the test is checking for as it would likely need git blame to work it out otherwise. For example: ``` // rcpc3 implies rcpc-immo which does not have a user-visible name, check that an empty string is not produced. ``` https://github.com/llvm/llvm-project/pull/97827 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits