[all-commits] [llvm/llvm-project] 816141: [llvm-debuginfod] Include llvm/Support/StringExtra...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jul 13 14:47:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 816141ce0eb899178dbcb6f0671875eb825b2f84
https://github.com/llvm/llvm-project/commit/816141ce0eb899178dbcb6f0671875eb825b2f84
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list