mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
DNBGetDeploymentInfo was calling GetPlatformString w/o checking that the load command it was processing actually provided a platform string. That caused a bunch of worrisome looking error messages in the debugserver log output. Differential Revision: https://reviews.llvm.org/D151861