]> granicus.if.org Git - clang/commit
Try to fix the cl-options.c test on ARM bots
authorHans Wennborg <hans@hanshq.net>
Fri, 28 Mar 2014 20:45:05 +0000 (20:45 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 28 Mar 2014 20:45:05 +0000 (20:45 +0000)
commit4f6ee0903b02520e70679634085908955e157ab2
treea915e72ba28e5b4472772c00b078c0d62cbdb480
parent2d009f0655c2c5da9653bd358bd22f2fe8e66885
Try to fix the cl-options.c test on ARM bots

The test was failing because clang-cl changes the default triple
to target MSVC-style Win32. This is kind of wonky, but hasn't been
a problem until we started warning:

  warning: unknown platform, assuming -mfloat-abi=soft

Some of the tests in cl-options.c were running with -Werror, causing them
to fail.

Fixing this by FileCheck-ifying those tests instead of using -Werror.

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