[all-commits] [llvm/llvm-project] c61f0a: [libc++] Remove stray CMake install step for modul...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 22 05:47:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c61f0a8e94004b05d9ec115d3bff8cff331b4491
https://github.com/llvm/llvm-project/commit/c61f0a8e94004b05d9ec115d3bff8cff331b4491
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M libcxx/include/CMakeLists.txt
Log Message:
-----------
[libc++] Remove stray CMake install step for modulemap file (#89394)
The modulemap file is not generated anymore, so it's just part of our
list of includes and gets installed like every other header. We don't
need a special step to install it anymore. This was overlooked when I
removed the generation of the modulemap file.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list