As mentioned in the Makefile there's an atrocious hack to generate a different version of Options.inc.h, depending on the library being built. Remove the catch-all else case and limit it to the two specific libraries, so that we don't accidentally use the Options.inc.h from clangdriver if a future libary also uses Options.inc.h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Add clangfrontend and clangfrontendtool, they also use the same Options.inc as clangdriver.