[PATCH] D100937: [ARM][Driver][Windows] Allow command-line upgrade to Armv8.

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 21 02:50:53 PDT 2021


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: clang/test/Driver/woa-crypto.c:2
+// RUN: %clang -target arm-windows-msvc                       -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-DEFAULT
+// RUN: %clang -target arm-windows-msvc -march=armv8-a+crypto -### -S %s -O0 -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-CRYPTO
+
----------------
Nitpick: Is it possible to test this part somewhere using the tools in the llvm subset of the repo? That'd keep the changes a bit more localized?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100937



More information about the cfe-commits mailing list