From: Will Schmidt Date: Tue, 13 Jan 2015 18:17:08 +0000 (+0000) Subject: Update multiline.ll testcase to handle (ppc64le) .localentry directive X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a2d333982e9a9b8db9404d65470c5925a6f19b7;p=platform%2Fupstream%2Fllvm.git Update multiline.ll testcase to handle (ppc64le) .localentry directive The ppc64le platform will emit a .localentry directive. This is triggering a false-positive against a CHECK-NOT: .loc in multiline.ll. Add a space "{{ }}" to the check-not line to allow for arguments, and prevent .localentry from matching. Differential Revision: http://reviews.llvm.org/D6935 llvm-svn: 225810 --- diff --git a/llvm/test/DebugInfo/multiline.ll b/llvm/test/DebugInfo/multiline.ll index d01f2c1..bc365cc 100644 --- a/llvm/test/DebugInfo/multiline.ll +++ b/llvm/test/DebugInfo/multiline.ll @@ -14,7 +14,7 @@ ; CHECK: .loc 1 2 0{{$}} -; CHECK-NOT: .loc +; CHECK-NOT: .loc{{ }} ; CHECK: .loc 1 3 3 prologue_end{{$}} ; CHECK-NOT: .loc ; CHECK: .loc 1 3 9 is_stmt 0{{$}}