[PATCH] D130553: [clang][lld][cmake] Simplify header dirs

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 14:40:11 PDT 2022


tstellar added a comment.

> When LLVM is being built, the list is two elements long: generated headers and headers from source.

All these changes are guarded by if (CLANG_BUILT_STANDALONE), which means LLVM should already be built.  What build configuration are you using where you needed this change?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130553/new/

https://reviews.llvm.org/D130553



More information about the cfe-commits mailing list