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 tablege
stephenneuendorffer edited the summary of this revision.
stephenneuendorffer updated this revision to Diff 254867.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77156/new/
https://reviews.llvm.org/D77156
Files:
clang/cmake/modules/AddClang.cmake
This revision was automatically updated to reflect the committed changes.
Closed by commit rGae044c5b0caa: [CMAKE] Plumb include_directories() into
tablegen() (authored by stephenneuendorffer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77156/new/
stephenneuendorffer created this revision.
Herald added subscribers: cfe-commits, grosul1, Joonsoo, liufengdb, aartbik,
lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen,
burmako, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: clang.
stephenneuendorffer add