Skip to content

Commit

Permalink
Merge pull request #76092 from tbkka/tbkka-remove-assert-experiment
Browse files Browse the repository at this point in the history
Correctly obey NDEBUG for CONDITIONAL_ASSERT
  • Loading branch information
tbkka authored Aug 27, 2024
2 parents 5080628 + e537643 commit ef2edb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Basic/Assertions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include "swift/Basic/Assertions.h"
#undef NDEBUG
#include <cassert>
#include <iostream>

llvm::cl::opt<bool> AssertContinue(
Expand Down

0 comments on commit ef2edb8

Please sign in to comment.