[all-commits] [llvm/llvm-project] 4db99c: [libc] Add base for target config within cmake (#7...

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Nov 17 11:32:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4db99c8b541592729cc0f8b2d1918bcb8c45f99f
      https://github.com/llvm/llvm-project/commit/4db99c8b541592729cc0f8b2d1918bcb8c45f99f
  Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M libc/CMakeLists.txt
    A libc/cmake/modules/system_features/check_sys_random.cpp
    M libc/config/CMakeLists.txt
    A libc/config/linux/x86_64/exclude.txt

  Log Message:
  -----------
  [libc] Add base for target config within cmake (#72318)

Currently the only way to add or remove entrypoints is to modify the
entrypoints.txt file for the current target. This isn't ideal since
a user would have to carry a diff for this file when updating their
checkout. This patch adds a basic mechanism to allow the user to remove
entrypoints without modifying the repository.




More information about the All-commits mailing list