The ppc64le platform will emit a .localentry directive. this is triggering a false-positive against a CHECK-NOT: .loc in multiline.ll as seen at
http://lab.llvm.org:8011/builders/ppc64le-clang/builds/1
<...>
<stdin>:31:2: error: CHECK-NOT: string occurred!
.localentry f2, .Ltmp1-.Ltmp0
/home/buildbots/ppc64le-clang/clang-ppc64le-1/llvm.src/test/DebugInfo/multiline.ll:17:14: note: CHECK-NOT: pattern specified here
; CHECK-NOT: .loc
I didn't see a clear way to call out ".localentry is OK" via check-not, so the change here is to add a simple "\n" to the check-not line.