You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, DebuginfodServer crashes the program in its constructor if the HTTP Server cannot be set up (i.e., if some aspect of setting up the wrapped HTTPServer instance fails). This responsibility more properly falls on the program instantiating the DebuginfodServer instance. Accordingly, this should be changed to use a factory method, so that the instantiating program can decide how to handle failure.
Currently, DebuginfodServer crashes the program in its constructor if the HTTP Server cannot be set up (i.e., if some aspect of setting up the wrapped HTTPServer instance fails). This responsibility more properly falls on the program instantiating the DebuginfodServer instance. Accordingly, this should be changed to use a factory method, so that the instantiating program can decide how to handle failure.
llvm-project/llvm/lib/Debuginfod/Debuginfod.cpp
Line 518 in 4df01dc
The text was updated successfully, but these errors were encountered: