[PATCH] D99556: Add support to -Wa,--version in clang

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 30 19:24:30 PDT 2021


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: clang/test/Driver/as-version.s:3
+
+// RUN: %clang -Wa,--version -c -fintegrated-as  %s -o /dev/null \
+// RUN:   | FileCheck --check-prefix=IAS %s
----------------
Delete excess spaces


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99556/new/

https://reviews.llvm.org/D99556



More information about the cfe-commits mailing list