mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
This reduces commit noise when other git versions are used. The version was removed by passing `--no-signature` to `git format-patch` which is now documented in the readme.
23 lines
792 B
Diff
23 lines
792 B
Diff
From 72ab19d035da6d31695f3622270978608d7ef0ef 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/27] 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
|