[CSSPGO] Warn instead of error out for modules that are not probed.
Modules that are not compiled with pseudo probe enabled can still be compiled with a sample profile input, such as in LTO postlink where other modules are probed. Since the profile is unrelated to the current modules, we should warn instead of error out the compilation. Reviewed By: wenlei Differential Revision: https://reviews.llvm.org/D115642
Loading
Please sign in to comment