[PATCH] D99556: Add support to -Wa,--version in clang
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 15:52:32 PDT 2021
nickdesaulniers added inline comments.
================
Comment at: clang/test/Driver/as-version.s:9
+// RUN: | FileCheck --check-prefix=GAS %s
+// GAS: GNU assembler
----------------
What happens if we run this on windows (where I suspect that GAS isn't available)? Perhaps a `CHECK-NOT: clang` would be better?
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