[all-commits] [llvm/llvm-project] 5812f9: [gn build] (manually) port 36f01909a0e2 (llvm-debu...
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Jul 7 14:31:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5812f9f10a22ae8f5364554ccd4e79a8a1f160c9
https://github.com/llvm/llvm-project/commit/5812f9f10a22ae8f5364554ccd4e79a8a1f160c9
Author: Nico Weber <thakis at chromium.org>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M llvm/utils/gn/secondary/BUILD.gn
M llvm/utils/gn/secondary/llvm/test/BUILD.gn
A llvm/utils/gn/secondary/llvm/tools/llvm-debuginfod/BUILD.gn
Log Message:
-----------
[gn build] (manually) port 36f01909a0e2 (llvm-debuginfod)
LLVM_ENABLE_HTTPLIB is always off in the GN build. This means the
test for this won't run, so it's not really necessary to add the
llvm-debuginfod binary (and the binary might not even be that
interesting with LLVM_ENABLE_HTTPLIB off). But maybe we want
to add support for LLVM_ENABLE_HTTPLIB at some point, so let's
add the binary too. (Usually we wouldn't, since it's not needed
to get tests to pass.)
More information about the All-commits
mailing list