[lld-macho] Replace debug-info-related assert with FIXME
authorJez Ng <jezng@fb.com>
Fri, 5 Mar 2021 22:22:56 +0000 (17:22 -0500)
committerJez Ng <jezng@fb.com>
Fri, 5 Mar 2021 22:24:31 +0000 (17:24 -0500)
commitfc011b5eb1a3e3837855149c57ae9c8acc709a0a
treec88a29c8f40f15f21d1844524a352e1c19ecfdb1
parentc0d390d0d26b03f75d96106063fafc9feadb83a8
[lld-macho] Replace debug-info-related assert with FIXME

We'll need to properly handle object files with multiple source inputs
eventually, but remove the assert for now so we can successfully emit binaries
for testing.

Reviewed By: #lld-macho, smeenai

Differential Revision: https://reviews.llvm.org/D98067
lld/MachO/InputFiles.cpp