ruiu added inline comments. ================ Comment at: Common/TargetOptionsCommandFlags.cpp:38 + std::vector<std::string> Attrs; + for (std::string &Attr : MAttrs) + Attrs.push_back(Attr); ---------------- Where is this `MAttrs` defined? Repository: rLLD LLVM Linker https://reviews.llvm.org/D53446