[clang] [clang][Driver] Support passing arbitrary args to `-cc1as` with `-Xclangas`. (PR #100714)
Alex Rønne Petersen via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 18 16:58:54 PDT 2025
================
@@ -0,0 +1,6 @@
+/// Check that -Xclangas/-Xclangas= are passed to -cc1as.
+// RUN: %clang -### -Xclangas -target-feature -Xclangas=+v5t %s 2>&1 | \
----------------
alexrp wrote:
Tested locally and you're right!
https://github.com/llvm/llvm-project/pull/100714
More information about the cfe-commits
mailing list