[PATCH] D115553: Fix LLVM module maps

John Ericson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 13:59:12 PST 2021


Ericson2314 updated this revision to Diff 393590.
Ericson2314 added a comment.

Improve wording


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115553

Files:
  llvm/include/llvm/CMakeLists.txt


Index: llvm/include/llvm/CMakeLists.txt
===================================================================
--- llvm/include/llvm/CMakeLists.txt
+++ llvm/include/llvm/CMakeLists.txt
@@ -5,5 +5,5 @@
 # If we're doing an out-of-tree build, copy a module map for generated
 # header files into the build area.
 if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
-  configure_file(module.modulemap.build ${LLVM_INCLUDE_DIR}/module.modulemap COPYONLY)
+  configure_file(module.modulemap.build module.modulemap COPYONLY)
 endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115553.393590.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/1de74885/attachment.bin>


More information about the llvm-commits mailing list