[all-commits] [llvm/llvm-project] fc0e9c: [libc++][modules] Re-add build dir CMakeLists.txt....

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Feb 13 11:04:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc0e9c8315564288f9079a633892abadace534cf
      https://github.com/llvm/llvm-project/commit/fc0e9c8315564288f9079a633892abadace534cf
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M libcxx/docs/Modules.rst
    M libcxx/modules/CMakeLists.txt
    A libcxx/modules/CMakeLists.txt.in

  Log Message:
  -----------
  [libc++][modules] Re-add build dir CMakeLists.txt. (#81370)

This CMakeLists.txt is used to build modules without build system
support. This was removed in d06ae33ec32122bb526fb35025c1f0cf979f1090.
This is used in the documentation how to use modules.

Made some minor changes to make it work with the std.compat module using
the std module.

Note the CMakeLists.txt in the build dir should be removed once build
system support is generally available.




More information about the All-commits mailing list