Sometimes it is difficult to tell when you want your compile flags to be invoked with -emit-interface-stubs -c or with -emit-interface-stubs -emit-merged-ifs. On -Werror builds -emit-interface-stubs -emit-merged-ifs -c causes build errors. I think for now we can claim -emit-merged-ifs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The commit message doesn't really explain much. Why simply consume the argument? Why not actually halt the build since this clearly is conflicting, and its unclear what the user intended.
Comment Actions
This commit is no good. I got some wrong inspiration from a lot of the code claiming random args in the driver. abandoning.