]> granicus.if.org Git - clang/commit
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)
commitcc6a49ea3801b99d244f3fe974ce1bfb089e88be
tree29d4d21761db0db24295f9278331cddd84d36f61
parent895e9a29afab2ab89203ca56c94976aaec1e372f
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226735 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-same-line.cpp [deleted file]