]> granicus.if.org Git - clang/commit
try to fix the ARM self host bots
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 3 Oct 2015 06:37:38 +0000 (06:37 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 3 Oct 2015 06:37:38 +0000 (06:37 +0000)
commitf1a0616e8c906f5981d736fa4508e33bcf54796f
treec73080c854430987eac8c4fe04f5cf87561b7f5b
parentfacf2d2c3bb56076e57f4f2b2a74b9b8c4071fad
try to fix the ARM self host bots

The default target is ARM on the ARM self host bots.  This is problematic since
the behaviour on x86, x64 is different from ARM.  Explicitly pass the target.
This should hopefully fix the ARM bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249229 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/cl-options.c