MachO: fix Clang test broken by dropping private labels in LLVM.

LLVM changed to not emit L... labels for things marked "do_not_dead_strip"
because the linker can sometimes drop the flag if there's no proper symbol.
This Clang test checked for the old behaviour, but doesn't actually care about
that bit.
This commit is contained in:
Tim Northover 2021-07-15 15:03:43 +01:00
parent b36c4bb3ec
commit f24335c69e
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@
// CHECK-LP64: __OBJC_PROTOCOL_$_ExtendedProtocol:
// CHECK-LP32: L_OBJC_PROTOCOL_ExtendedProtocol:
// CHECK-LP32: _OBJC_PROTOCOL_ExtendedProtocol: