[llvm] [AArch64][Build Attributes] Improve Parsing and Formatting (PR #126530)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 08:58:03 PST 2025


================
@@ -0,0 +1,50 @@
+// RUN: llvm-mc -triple=aarch64 %s -o - | FileCheck %s --check-prefix=ASM
----------------
MaskRay wrote:

For llvm-mc, omit `-o -` (default)

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


More information about the llvm-commits mailing list