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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 00:00:28 PDT 2022


phosek added inline comments.


================
Comment at: llvm/test/tools/llvm-debuginfod-find/Inputs/capture_req.py:15
+
+httpd = http.server.HTTPServer(('', 8000),  TrivialHandler)
+
----------------
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?


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