[clang] [llvm] [DLCov 3/5] Implement DebugLoc origin-tracking (PR #107369)
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 10:30:47 PDT 2024
================
@@ -28,6 +31,11 @@
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/JSON.h"
#include <optional>
+#if ENABLE_DEBUGLOC_ORIGIN_TRACKING
+// We need the Signals header to operate on stacktraces if we're using DebugLoc
----------------
jryans wrote:
stacktrace -> stack trace
https://github.com/llvm/llvm-project/pull/107369
More information about the llvm-commits
mailing list