mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Also removes xxhash, Hashing, and MapVector to reduce the size of the patches and to speed up compile times by a smidge.
23 lines
822 B
Diff
23 lines
822 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: PJ Reiniger <pj.reiniger@gmail.com>
|
|
Date: Wed, 4 May 2022 00:01:00 -0400
|
|
Subject: [PATCH 12/36] EpochTracker ABI macro
|
|
|
|
---
|
|
llvm/include/llvm/ADT/EpochTracker.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/llvm/include/llvm/ADT/EpochTracker.h b/llvm/include/llvm/ADT/EpochTracker.h
|
|
index fc41d6f2c92d2f9876c741067b5645a74663db04..56d0acda2c1a0e390cfed086fa298b650c4a561f 100644
|
|
--- a/llvm/include/llvm/ADT/EpochTracker.h
|
|
+++ b/llvm/include/llvm/ADT/EpochTracker.h
|
|
@@ -22,7 +22,7 @@
|
|
|
|
namespace llvm {
|
|
|
|
-#if LLVM_ENABLE_ABI_BREAKING_CHECKS
|
|
+#ifndef NDEBUG //ifndef LLVM_ENABLE_ABI_BREAKING_CHECKS
|
|
#define LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE
|
|
|
|
/// A base class for data structure classes wishing to make iterators
|