[all-commits] [llvm/llvm-project] dcab8e: [Support] Remove unused LLVM_PTR_SIZE macro
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 20 03:28:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcab8e60c5b372afe898259e4e282e99208e33cd
https://github.com/llvm/llvm-project/commit/dcab8e60c5b372afe898259e4e282e99208e33cd
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
[Support] Remove unused LLVM_PTR_SIZE macro
This was used for LLVM_ALIGNAS() arguments in the past, but has
since been superseded by plain alignas() which also accepts a type.
More information about the All-commits
mailing list