On Wed, Mar 11, 2015 at 2:27 PM, Richard Smith <[email protected]> wrote:
> The previous state was that we allowed -target blah and --target=blah, but > not -target=blah nor --target blah. This new state seems better than that > in some ways, but neither is particularly satisfactory. The support for '-target blah' was kept for compatibility with old versions of Clang where folks may have made their build systems rely on it. We probably should have some marking in the .td file for options that are purely for historical compatibility (as opposed to cross-tool compatibility) and sunset them after an appropriately long timeframe.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
