summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileCollector.cpp
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2019-07-29 23:37:48 +0000
committerJF Bastien <jfbastien@apple.com>2019-07-29 23:37:48 +0000
commit993145f9548792dc0a46dd938da4609e94f7671c (patch)
treef30071bb909d77d3aee2fe1ff969693b97ff3725 /llvm/lib/Support/FileCollector.cpp
parentd9e55fa52191d564b9ff45c14e582d94ad2a4b56 (diff)
downloadbcm5719-llvm-993145f9548792dc0a46dd938da4609e94f7671c.tar.gz
bcm5719-llvm-993145f9548792dc0a46dd938da4609e94f7671c.zip
[NFC] avoid AlignedCharArray in LLVM
As discussed in D65249, don't use AlignedCharArray or std::aligned_storage. Just use alignas(X) char Buf[Size];. This will allow me to remove AlignedCharArray entirely, and works on the current minimum version of Visual Studio. llvm-svn: 367277
Diffstat (limited to 'llvm/lib/Support/FileCollector.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud