[PATCH] D110258: [AArch64] Always add -tune-cpu argument to -cc1 driver

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 05:05:50 PDT 2021


david-arm added inline comments.


================
Comment at: clang/test/Driver/aarch64-mtune.c:5
+// RUN: %clang -target aarch64-unknown-unknown -c -### %s 2>&1 \
+// RUN:   | FileCheck %s -check-prefix=notune
+// notune-NOT: "-tune-cpu" "generic"
----------------
sdesmalen wrote:
> nit: Did you make these prefixes lower-case on purpose?
Sort of, in that I copied this test from x86-mtune.c, which has the same CHECK prefixes. :) I can capitalise them.


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

https://reviews.llvm.org/D110258



More information about the llvm-commits mailing list