[sanitizer] Adjust code path of ChooseExternalSymbolizer for Windows
If `path` is null, `user_path` must also be null. With the current code path, the message of explicitly disabling symbolizer will never be reported. This patch adjusts the if-else structure to make that message can be reported. Reviewed By: cchen15, MaskRay Differential Revision: https://reviews.llvm.org/D148907
Loading
Please sign in to comment