Darwin's toolchain should be initialized before openmp offloading
authorAlex Lorenz <arphaman@gmail.com>
Tue, 8 Aug 2017 11:22:21 +0000 (11:22 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 8 Aug 2017 11:22:21 +0000 (11:22 +0000)
commit4003a98eec76915d93b4d7724620adc808b5f216
tree1afc922e0d13a7a27c926137bfa24652ed0341cd
parent809fbfa6a16e3d3cf5df46c068e6f72dfe6f46ba
Darwin's toolchain should be initialized before openmp offloading
is processed

This fixes an 'openmp-offload.c' test failure introduced by r310263.

llvm-svn: 310347
clang/lib/Driver/Driver.cpp