[PATCH] D75571: [Sema][SVE] Add tests for valid and invalid type usage
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 4 16:20:24 PST 2020
efriedma added inline comments.
================
Comment at: clang/test/SemaCXX/sizeless-1.cpp:8
+// RUN: %clang_cc1 -fcxx-exceptions -fsyntax-only -verify -W -Wall -Wrange-loop-analysis -triple arm64-linux-gnu -target-feature +sve -std=c++17 %s
+// RUN: %clang_cc1 -fcxx-exceptions -fsyntax-only -verify -W -Wall -Wrange-loop-analysis -triple arm64-linux-gnu -target-feature +sve -std=gnu++17 %s
+
----------------
This is a lot of RUN lines (both here and in the other file). Are you really getting any significant benefit from them?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75571/new/
https://reviews.llvm.org/D75571
More information about the cfe-commits
mailing list