[PATCH] D100991: Fix parsing of vector keyword in presence of conflicting uses.
Zarko Todorovski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 20 06:35:42 PDT 2021
ZarkoCA added inline comments.
================
Comment at: clang/test/Parser/altivec-non-type-vector.c:1-24
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64-ibm-aix
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64-ibm-aix-xcoff
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64le-ibm-linux-gnu
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64le-linux-unknown
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64le-unknown-linux
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64le-unknown-linux-gnu
+// RUN: %clang_cc1 -target-feature +altivec -fsyntax-only %s -triple powerpc64le-unknown-unknown
----------------
Sorry, didn't mean to imply you needed all of these. These should suffice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100991/new/
https://reviews.llvm.org/D100991
More information about the cfe-commits
mailing list