[Clang][Codegen] Disable arm_acle.c test.
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 16 Sep 2019 17:46:08 +0000 (17:46 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 16 Sep 2019 17:46:08 +0000 (17:46 +0000)
commit6fcd4e080f09c9765d6e0ea03b1da91669c8509a
treecd2e56ad319991e3da6795703bcd14d053857f28
parentb9909ffed82f7ed8a211b21146225badc0f22428
[Clang][Codegen] Disable arm_acle.c test.

This test is broken by design. Clang codegen tests should not depend
on llvm middle-end behaviour, they should *only* test clang codegen.
Yet this test runs whole optimization pipeline.
I've really tried to fix it, but there isn't just a few things
that depend on passes, but everything there does.

llvm-svn: 372015
clang/test/CodeGen/arm_acle.c