]> granicus.if.org Git - clang/commit
Fix check failure on hexagon targets.
authorDiego Novillo <dnovillo@google.com>
Wed, 16 Apr 2014 19:02:35 +0000 (19:02 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 16 Apr 2014 19:02:35 +0000 (19:02 +0000)
commit5e00744666c73989ad6c86787831eb43ee39bb8d
tree290501b0a92d85107a379308c8860749bf1672d1
parent4bc5b0929a4d016885cca686a33ab2b71da594fc
Fix check failure on hexagon targets.

This test was failing because there is no assembler for hexagon-elf on
this buildbot:

http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/10470

Fixed by adding -S to the driver invocation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206412 91177308-0d34-0410-b5e6-96231b3b80d8
test/Frontend/optimization-remark.c