[PATCH] D134597: [CMake] install clang and other resource headers into `CLANG_RESOURCE_DIR/include` if `CLANG_RESOURCE_DIR` is not empty

LJC via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 18 17:42:37 PDT 2022


paperchalice added a comment.

Ping @phosek, but may need suggestions from other reviewers...
Thanks in advance if someone can commit this change.



================
Comment at: openmp/CMakeLists.txt:80
 if(${OPENMP_STANDALONE_BUILD})
   set(LIBOMP_HEADERS_INSTALL_PATH "${CMAKE_INSTALL_INCLUDEDIR}")
 else()
----------------
Should support `CLANG_RESOURCE_DIR` in standalone mode?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134597



More information about the cfe-commits mailing list