mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
26 lines
814 B
Diff
26 lines
814 B
Diff
From 0986c8a95cad971a1bf84259e1ab698497ca205c 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 18/31] 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 7a2e4220afec..8f98f3d582c7 100644
|
|
--- a/llvm/include/llvm/ADT/EpochTracker.h
|
|
+++ b/llvm/include/llvm/ADT/EpochTracker.h
|
|
@@ -21,7 +21,7 @@
|
|
|
|
namespace llvm {
|
|
|
|
-#if LLVM_ENABLE_ABI_BREAKING_CHECKS
|
|
+#ifndef NDEBUG //ifndef LLVM_ENABLE_ABI_BREAKING_CHECKS
|
|
|
|
/// A base class for data structure classes wishing to make iterators
|
|
/// ("handles") pointing into themselves fail-fast. When building without
|
|
--
|
|
2.20.1.windows.1
|
|
|