[PATCH] D123498: [clang] Adding Platform/Architecture Specific Resource Header Installation Targets

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 23:13:06 PDT 2022


craig.topper added inline comments.


================
Comment at: clang/lib/Headers/CMakeLists.txt:537
+  FILES ${openmp_wrapper_files}
+  DESTINATION ${header_install_dir}
+  EXCLUDE_FROM_ALL
----------------
Should this be ${header_install_dir}/openmp_wrappers


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123498



More information about the cfe-commits mailing list