[llvm-branch-commits] [Remarks] BitstreamRemarkParser: Refactor error handling (PR #156511)

Florian Hahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 3 10:48:46 PDT 2025


================
@@ -12,35 +12,75 @@
 //===----------------------------------------------------------------------===//
 
 #include "BitstreamRemarkParser.h"
-#include "llvm/Remarks/Remark.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include <cassert>
----------------
fhahn wrote:

this is needed now that it isn't included via `llvm/Remarks/Remark.h`?

https://github.com/llvm/llvm-project/pull/156511


More information about the llvm-branch-commits mailing list