mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Update LLVM from stable upstream (#1653)
Replace CheckedMalloc with upstream safe_malloc.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace wpi {
|
||||
|
||||
template<std::size_t Alignment, std::size_t Size>
|
||||
struct AlignedCharArray {
|
||||
LLVM_ALIGNAS(Alignment) char buffer[Size];
|
||||
alignas(Alignment) char buffer[Size];
|
||||
};
|
||||
|
||||
#else // _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user