[PATCH] D30415: Fix -mno-altivec cannot overwrite -maltivec option

Sean Fertile via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 13:24:17 PST 2017


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





More information about the cfe-commits mailing list