[PATCH] D80893: Testing pre-commit testing to see if this sends email to the llvm-dev list (apologies if it does, please ignore)
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 31 11:42:08 PDT 2020
dblaikie created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80893
Files:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Index: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
===================================================================
--- lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1984,6 +1984,7 @@
CUID, getDwarfVersion(), getUnits());
return PrologEndLoc;
}
+ assert(false);
return DebugLoc();
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80893.267513.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200531/62bfda70/attachment.bin>
More information about the llvm-commits
mailing list