[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 13 10:46:22 PDT 2021
ZarkoCA added inline comments.
================
Comment at: clang/test/Parser/altivec-non-type-vector.c:1
+// RUN: %clang_cc1 -triple powerpc64-unknown-aix-xcoff -target-feature +altivec -fsyntax-only %s
+
----------------
Can you add tests for 64bit BE/LE linux and 32bit AIX/BE linux in this the subsequent test cases?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100991/new/
https://reviews.llvm.org/D100991
More information about the cfe-commits
mailing list