Skip to content

Conversation

@joker-eph
Copy link
Collaborator

Reverts #150671 ; buildbot failure.

@joker-eph joker-eph added the skip-precommit-approval PR for CI feedback, not intended for review label Jul 25, 2025
@joker-eph joker-eph merged commit 20d9353 into main Jul 25, 2025
7 of 10 checks passed
@joker-eph joker-eph deleted the revert-150671-ldbg branch July 25, 2025 19:25
@llvmbot
Copy link
Member

llvmbot commented Jul 25, 2025

@llvm/pr-subscribers-llvm-support

Author: Mehdi Amini (joker-eph)

Changes

Reverts llvm/llvm-project#150671 ; buildbot failure.


Full diff: https://github.com/llvm/llvm-project/pull/150685.diff

1 Files Affected:

  • (modified) llvm/include/llvm/Support/DebugLog.h (+2-2)
diff --git a/llvm/include/llvm/Support/DebugLog.h b/llvm/include/llvm/Support/DebugLog.h
index 3e53944edc905..9556bf2d6242d 100644
--- a/llvm/include/llvm/Support/DebugLog.h
+++ b/llvm/include/llvm/Support/DebugLog.h
@@ -38,8 +38,8 @@ class LogWithNewline {
                  raw_ostream &os)
       : os(os) {
     if (debug_type)
-      os << "[" << debug_type << "] ";
-    os << file << ":" << line << " ";
+      os << debug_type << " ";
+    os << "[" << file << ":" << line << "] ";
   }
   ~LogWithNewline() { os << '\n'; }
   template <typename T> raw_ostream &operator<<(const T &t) && {

mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm:support skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants