We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da6001 commit 4a2d4c6Copy full SHA for 4a2d4c6
include/llvm/Support/raw_ostream.h
@@ -345,7 +345,7 @@ class raw_pwrite_stream : public raw_ostream {
345
explicit raw_pwrite_stream(bool Unbuffered = false)
346
: raw_ostream(Unbuffered) {}
347
void pwrite(const char *Ptr, size_t Size, uint64_t Offset) {
348
-#ifndef NDBEBUG
+#ifndef NDEBUG
349
uint64_t Pos = tell();
350
// /dev/null always reports a pos of 0, so we cannot perform this check
351
// in that case.
0 commit comments