[all-commits] [llvm/llvm-project] 58af0d: [libc] Allow target architecture independent configs
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jun 29 13:41:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58af0d567d88eb5a7eec436886da066308d7a39e
https://github.com/llvm/llvm-project/commit/58af0d567d88eb5a7eec436886da066308d7a39e
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M libc/CMakeLists.txt
Log Message:
-----------
[libc] Allow target architecture independent configs
Previously, we required entrypoints.txt for every target architecture
supported by a target OS. With this change, we allow architecture
independent config for a target OS. That is, if an architecture specific
entrypoints.txt is missing, then a generic entrypoints.txt for that
target OS will be used.
Reviewed By: caitlyncano
Differential Revision: https://reviews.llvm.org/D105147
More information about the All-commits
mailing list