[PATCH] D27492: [DWARF] Suppress .loc directives coming from CFI instructions

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 09:13:01 PST 2016


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Seems reasonable.



================
Comment at: test/DebugInfo/Generic/no-cfi-loc.ll:2
+; RUN: %llc_dwarf -filetype=asm -use-unknown-locations < %s | FileCheck %s
+; CHECK-NOT: .loc 1 0 0
+
----------------
Short comment on what is being checked here?
And is there anything positive that could be checked for, too? Tests that only CHECK-NOT love to break without anybody noticing :-)


https://reviews.llvm.org/D27492





More information about the llvm-commits mailing list