[llvm] [RemoveDIs][NFC] Introduce DbgRecord base class [1/3] (PR #78252)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 07:21:43 PST 2024
================
@@ -50,9 +50,11 @@
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/iterator.h"
+#include "llvm/IR/DebugInfoMetadata.h"
----------------
SLTozer wrote:
Is it possible to avoid this include? Adding this header here causes a significant increase in compile times in my experience.
https://github.com/llvm/llvm-project/pull/78252
More information about the llvm-commits
mailing list