[clang] [Clang][Driver] Skip empty strings in getAArch64MultilibFlags (PR #97827)

Simon Tatham via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 09:32:46 PDT 2024


================
@@ -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
+
+// CHECK: -march=armv8.9-a
+// CHECK-SAME: +rcpc+rcpc3+
----------------
statham-arm wrote:

Done. I wasn't sure whether it would need to come before or after the `rcpc+rcpc3` check. The answer turns out to be both.

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


More information about the cfe-commits mailing list