[PATCH] D77156: [CMAKE] Plumb include_directories() into tablegen()
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 20 11:54:15 PDT 2020
beanz added a comment.
Herald added a subscriber: frgossen.
I'm not sure this is actually the right approach. Adding the directory's `INCLUDE_DIRECTORIES` option also adds any path added with `include_directories`, which includes system paths and other locations that shouldn't ever have tablegen files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77156/new/
https://reviews.llvm.org/D77156
More information about the cfe-commits
mailing list