sfertile added inline comments. ================ Comment at: lib/Driver/Tools.cpp:5436 + Args.AddLastArg(CmdArgs, options::OPT_fzvector); } ---------------- If -fno-zvector has the same problem we should fix it as well. https://reviews.llvm.org/D30415