[all-commits] [llvm/llvm-project] dabb75: [libc] Fix assert.h and ctype.h not being built

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Nov 16 10:00:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dabb7514f562a3b5b8b9f360b8ca1f52cc5b741b
      https://github.com/llvm/llvm-project/commit/dabb7514f562a3b5b8b9f360b8ca1f52cc5b741b
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M libc/config/linux/aarch64/headers.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/include/CMakeLists.txt
    M libc/src/assert/CMakeLists.txt
    M libc/src/ctype/CMakeLists.txt

  Log Message:
  -----------
  [libc] Fix assert.h and ctype.h not being built

The `assert.h` and `ctype.h` headers are never built despite their
entrypoints being present in the generated library. This patch adds a
dependency on these headers so that they will be built properly.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D138142




More information about the All-commits mailing list