[PATCH] D136303: [Debuginfod] DEBUGINFOD_HEADERS_FILE environment variable.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 10:50:09 PDT 2022


mysterymath marked an inline comment as done.
mysterymath added inline comments.


================
Comment at: llvm/test/tools/llvm-debuginfod-find/Inputs/capture_req.py:15
+
+httpd = http.server.HTTPServer(('', 8000),  TrivialHandler)
+
----------------
phosek wrote:
> Wouldn't this fail if something was already running on a port `8000` (which is pretty common)? Is it possible to instead choose first available?
Ah, good call. Done.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136303/new/

https://reviews.llvm.org/D136303



More information about the llvm-commits mailing list