[lld-macho] Support -filelist
authorJez Ng <jezng@fb.com>
Tue, 28 Jul 2020 16:56:50 +0000 (09:56 -0700)
committerJez Ng <jezng@fb.com>
Tue, 28 Jul 2020 17:02:19 +0000 (10:02 -0700)
commit4853a86022feee1b16249cc7a0ea12c842fa5986
tree6e0db6580cc1e63efc3027a12c23502fac5c6761
parentf761acfb1a737d8a631a5e55b58cdb7c2215baad
[lld-macho] Support -filelist

XCode passes files in using this flag

Reviewed By: #lld-macho, compnerd

Differential Revision: https://reviews.llvm.org/D84486
lld/MachO/Driver.cpp
lld/test/MachO/filelist.s [new file with mode: 0644]
lld/test/MachO/invalid/no-filelist.s [new file with mode: 0644]