[clang] Add support for builtin_verbose_trap (PR #79230)

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 13:38:01 PDT 2024


================
@@ -29,7 +29,9 @@
 #include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/Allocator.h"
+#include <map>
----------------
adrian-prantl wrote:

This seems to not belong to this commit?

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


More information about the cfe-commits mailing list