--cuda-host-only should not disable linking phase.
Host-only cuda compilation does produce valid host object
file and in some cases users do want to proceed on to the linking phase.
The change removes special case that stopped compilation pipeline at
the Assembly phase. Device-side compilation is still stopped early
by the types::getCompilationPhases().
Differential Revision: http://reviews.llvm.org/D11573
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243478
91177308-0d34-0410-b5e6-
96231b3b80d8