[PATCH] D12903: Add -fplugin=name.so option to the driver
John Brawn via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 04:05:54 PDT 2015
john.brawn added a comment.
In http://reviews.llvm.org/D12903#248453, @compnerd wrote:
> Do you know if GCC requires the = or can you do -fplugin name.so ?
GCC requires the =, or at least GCC 5.1.0 does when I tested it (you get "gcc: error: name.so: No such file or directory" and "gcc: error: unrecognized command line option '-fplugin'" if you do -fplugin name.so).
Repository:
rL LLVM
http://reviews.llvm.org/D12903
More information about the cfe-commits
mailing list