[all-commits] [llvm/llvm-project] d25b4f: [libc][NFC] Make entrypoint alias targets real lib...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Sep 13 08:35:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d25b4fae93bf353e7d1b114a9fc2191fb74cfa9e
https://github.com/llvm/llvm-project/commit/d25b4fae93bf353e7d1b114a9fc2191fb74cfa9e
Author: Siva Chandra <sivachandra at gmail.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
Log Message:
-----------
[libc][NFC] Make entrypoint alias targets real library targets. (#66044)
This is part of a libc wide CMake cleanup which aims to eliminate
certain explicitly duplicated logic which is available in CMake-3.20.
This change in particular makes the entrypoint aliases real library
targets so that they can be treated as normal library targets by other
libc build rules.
More information about the All-commits
mailing list