[PATCH] D114846: [llvm] [DebugInfo] LLVM debuginfod server. (WIP)

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 12:08:55 PST 2021


phosek added inline comments.


================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:121
+      outs() << "updated collection\n";
+      std::this_thread::sleep_for(std::chrono::milliseconds(10000));
+    }
----------------
This should be controllable through a command line argument, elfutils' debuginfod supports `-t SECONDS` and defaults to 300 seconds.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114846



More information about the llvm-commits mailing list