mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Factor out dummy target creation from CreateTargetInternal. This makes it impossible for dummy target creation to accidentally fail due to too-strict checking in one of the CreateTargetInternal overloads. Testing: check-lldb rdar://70630655 Differential Revision: https://reviews.llvm.org/D90872