K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-01-18T21:39:19.429906Z K 7 svn:log V 249 lld: Handle parsing AT(ADDR(.foo-bar)). The problem we had with it is that anything inside an AT is an expression, so we failed to parse the section name because of the - in it. Requested by: royger Obtained from: LLVM r322801 by Rafael Espindola END