aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/arm64-empty-struct.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
llvm-svn: 230795
2014-03-29ARM64: initial clang support commit.Tim Northover1-0/+27
This adds Clang support for the ARM64 backend. There are definitely still some rough edges, so please bring up any issues you see with this patch. As with the LLVM commit though, we think it'll be more useful for merging with AArch64 from within the tree. llvm-svn: 205100