]> granicus.if.org Git - clang/commit
this test has started failing due to an optimizer change. Clang tests
authorChris Lattner <sabre@nondot.org>
Wed, 4 Nov 2009 16:37:13 +0000 (16:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Nov 2009 16:37:13 +0000 (16:37 +0000)
commit7af5d19b138516244d042b6e2e94943ff4eadbc6
treee63ae5905f24a001180250a2a62cce60c5d6f8dc
parent1cf7f0adb4a9cbb9cc971a46af5eca9fcb6c566e
this test has started failing due to an optimizer change.  Clang tests
should only look at -O0 IR output not -O3 assembly output.  XFAIL it for
now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86029 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/virt.cpp