HaohaiWen added a comment.

In D154176#4465223 <https://reviews.llvm.org/D154176#4465223>, @mstorsjo wrote:

> Is this a NFC change, as a preparation for a separate change? In that case, 
> please add an NFC tag to the subject - if not, please explain (and test) the 
> expected behaviour change.

The order of lld cmdargs would change from 
lld "flags" "inputs" "/vfsoverlay:xxx"

  to 

lld "flags" "/vfsoverlay:xxx" "inputs".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154176/new/

https://reviews.llvm.org/D154176

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to