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
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Add clangfrontend and clangfrontendtool, they also use the same Options.inc as clangdriver.