| commit | 5e91ef63269aab4f154f82d1aa26ead9c657a304 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Fri Mar 28 20:45:05 2014 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Fri Mar 28 20:45:05 2014 +0000 |
| tree | 20847f833b93254e4b0e57afcc41f32400b35592 | |
| parent | a0dafb77eb3baf6404a1081f963ecf9b05b3a9e1 [diff] |
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. llvm-svn: 205049