summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/fplugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -fplugin=name.so option to the driverJohn Brawn2015-09-231-0/+7
This translates to -load name.so in the cc1 command. We can't name the driver option -load, as that means "link against oad", so instead we follow GCC's lead and name the option -fplugin. llvm-svn: 248378
OpenPOWER on IntegriCloud