mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
23 lines
848 B
Diff
23 lines
848 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 14/30] 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 a639d1b5b3ec4a18d3666ee62d83a9a382075d93..6fb2199ca3b9d7bb636a3e46e18b71f15bfa0494 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
|
|
|
|
/// A base class for data structure classes wishing to make iterators
|
|
/// ("handles") pointing into themselves fail-fast. When building without
|