Skip to content

Commit

Permalink
ADT: Remove AlignedCharArrayUnion, NFC
Browse files Browse the repository at this point in the history
Prep commit already migrated users over to std::aligned_union_t; this
just deletes the type / header / test.

Differential Revision: https://reviews.llvm.org/D92517
  • Loading branch information
dexonsmith committed Dec 4, 2020
1 parent fc7818f commit 4d8bf87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 269 deletions.
31 changes: 0 additions & 31 deletions llvm/include/llvm/Support/AlignOf.h

This file was deleted.

237 changes: 0 additions & 237 deletions llvm/unittests/Support/AlignOfTest.cpp

This file was deleted.

1 change: 0 additions & 1 deletion llvm/unittests/Support/CMakeLists.txt
Expand Up @@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS

add_llvm_unittest(SupportTests
AlignmentTest.cpp
AlignOfTest.cpp
AllocatorTest.cpp
AnnotationsTest.cpp
ARMAttributeParser.cpp
Expand Down

0 comments on commit 4d8bf87

Please sign in to comment.