[PATCH] D17686: Move functionality of UniversalDriver to the entry point file.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 27 20:22:36 PST 2016


ruiu added a comment.

BTW, I was curious why this UniversalDriver was written like that because I rememberd that -core and -flavor options were significant only when they appear at beginning of command line parameters. It turned out that that was the behavior until it had been changed casually in r193301 without any reason. In hindsight, we shouldn't make such change in r193301. This patch should restore the original behavior.


http://reviews.llvm.org/D17686





More information about the llvm-commits mailing list