OSDN Git Service

Replace LLVM_ALIGNAS with alignas as a follow-up of r337330
authorFangrui Song <maskray@google.com>
Fri, 27 Jul 2018 05:38:14 +0000 (05:38 +0000)
committerFangrui Song <maskray@google.com>
Fri, 27 Jul 2018 05:38:14 +0000 (05:38 +0000)
commit01a1fe5ce8b72d608f8b7c9852ea780a55492e66
treea71639c43672750196bf67f9e9afb15d736120d0
parentae832cbb5446b152b4cadf6da697f5513ed580f3
Replace LLVM_ALIGNAS with alignas as a follow-up of r337330

The minimum required GCC version was raised to 4.8 (which started to support alignas) in r284497.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338099 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BinaryFormat/MachO.h
include/llvm/ProfileData/InstrProf.h
include/llvm/Support/AlignOf.h
include/llvm/Support/TrailingObjects.h
lib/Analysis/GlobalsModRef.cpp