mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Fix a FIXME, on darwin all virtual sections have a zerofill type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf027a0d58
commit
189f7983fb
@ -346,7 +346,8 @@ void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
|
|||||||
if (!Symbol)
|
if (!Symbol)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// FIXME: Assert that this section has the zerofill type.
|
// On darwin all virtual sections have zerofill type.
|
||||||
|
assert(Section->isVirtualSection() && "Section does not have zerofill type!");
|
||||||
|
|
||||||
assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
|
assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user