DebugInfo: Remove distinct-call-inlining test case as this is being fixed in LLVM.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Jan 2015 22:57:22 +0000 (22:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 21 Jan 2015 22:57:22 +0000 (22:57 +0000)
commit07c6bfd50267c551f22191159e11a739723f2d9c
treef9dfa658f264e36b5809f975da14c1294e3b13ca
parentb45c78bc2ce7a569f499b827d193797ab62d03f7
DebugInfo: Remove distinct-call-inlining test case as this is being fixed in LLVM.

This test will start failing shortly once this bug is fixed in LLVM. At
that point this behavior is no longer required in Clang and will be
removed. In the interim, remove this test just to avoid the race between
the LLVM and Clang commits.

After the LLVM commit, I'll cleanup the workaround behavior in Clang.

llvm-svn: 226735
clang/test/CodeGenCXX/debug-info-same-line.cpp [deleted file]