[PATCH] D152335: [Clang] Add check to Sema::AddAlignedAttr to verify active bits is not out of range
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 7 12:05:49 PDT 2023
shafik marked an inline comment as done.
shafik added inline comments.
================
Comment at: clang/test/Sema/attr-aligned.c:1
-// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fsyntax-only -verify %s
----------------
The previous triple did not support `__int128_t`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152335/new/
https://reviews.llvm.org/D152335
More information about the cfe-commits
mailing list