[PATCH] D114846: [llvm] [Debuginfod] LLVM debuginfod server.
    Daniel Thornburgh via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun  2 11:59:42 PDT 2022
    
    
  
mysterymath accepted this revision.
mysterymath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:101
+    ExitOnErr(Collection.updateForever(
+        std::chrono::milliseconds(static_cast<int>(ScanInterval * 1000))));
+  Pool.wait();
----------------
std::chrono::seconds? It looks like the implicit conversion should automatically convert the durations.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114846/new/
https://reviews.llvm.org/D114846
    
    
More information about the llvm-commits
mailing list