Skip to content

Commit 1ab14cf

Browse files
committed
upd
Created using spr 1.3.4
1 parent cf7c14e commit 1ab14cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,6 +2484,7 @@ bool AsmPrinter::doFinalization(Module &M) {
24842484
if (!shouldTagGlobal(G)) {
24852485
assert(G.hasSanitizerMetadata()); // because isTagged.
24862486
removeMemtagFromGlobal(G);
2487+
assert(!G.isTagged());
24872488
continue;
24882489
}
24892490
GlobalsToTag.push_back(&G);

0 commit comments

Comments
 (0)