[PATCH] D66244: Compiler.h: remove old GCC checks, update docs
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 07:07:41 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/Support/Compiler.h:356
#elif defined(LLVM_BUILTIN_UNREACHABLE)
// As of today, clang does not support __builtin_assume_aligned.
# define LLVM_ASSUME_ALIGNED(p, a) \
----------------
Outdated?
https://github.com/llvm-mirror/clang/blob/master/test/Sema/builtin-assume-aligned.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66244/new/
https://reviews.llvm.org/D66244
More information about the llvm-commits
mailing list