[PATCH] D93309: [llvm-symbolizer] Add missing include for config.h
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 09:21:29 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaa7ae25613da: [llvm-symbolizer] Add missing include for config.h (authored by akhuang).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93309/new/
https://reviews.llvm.org/D93309
Files:
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
Index: llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
===================================================================
--- llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
+++ llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
@@ -16,6 +16,7 @@
#include "Opts.inc"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Config/config.h"
#include "llvm/DebugInfo/Symbolize/DIPrinter.h"
#include "llvm/DebugInfo/Symbolize/Symbolize.h"
#include "llvm/Option/Arg.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93309.311935.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201215/a6c875c7/attachment.bin>
More information about the llvm-commits
mailing list