Skip to content

Commit 816141c

Browse files
committed
[llvm-debuginfod] Include llvm/Support/StringExtras.h after D155178
To fix undefined errors like to_float. This tool is often not built as LLVM_ENABLE_HTTPLIB defaults to off (and the external dependency cpp-httplib is difficult to set up due to a dependency on brotli) and LLVM_TOOL_LLVM_DEBUGINFOD_BUILD disabling logic in D147185.
1 parent 8fc433f commit 816141c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
///
1616
//===----------------------------------------------------------------------===//
1717

18+
#include "llvm/ADT/StringExtras.h"
1819
#include "llvm/ADT/StringRef.h"
1920
#include "llvm/Debuginfod/Debuginfod.h"
2021
#include "llvm/Debuginfod/HTTPClient.h"

0 commit comments

Comments
 (0)