.s files with -g generate __debug_aranges on darwin/arm64 for some
reason, and those lead to nullptr symbols. Don't crash on that.
Fixes PR50517.
|  Differential  D103350  
[lld/mac] Don't crash on -order_file with assembly inputs on arm64 Authored by thakis on May 28 2021, 5:39 PM. 
Details 
 .s files with -g generate __debug_aranges on darwin/arm64 for some Fixes PR50517. 
Diff Detail 
 |