[all-commits] [llvm/llvm-project] 7f1251: [libc][Take 2] Propagate entrypoint deps to downst...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Apr 21 10:29:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f12512db2f60f5de5acdb2d072de1f135d9dc43
https://github.com/llvm/llvm-project/commit/7f12512db2f60f5de5acdb2d072de1f135d9dc43
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M libc/cmake/modules/LLVMLibCLibraryRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/loader/linux/CMakeLists.txt
M libc/src/signal/linux/CMakeLists.txt
M libc/test/loader/CMakeLists.txt
M libc/test/src/math/CMakeLists.txt
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/string/CMakeLists.txt
M libc/test/src/unistd/CMakeLists.txt
Log Message:
-----------
[libc][Take 2] Propagate entrypoint deps to downstream targets.
This reverts commit a8086ba4ac85152d8407630e56e9ee5c8b46a214.
Setting couple of target properties to an empty string was missed in the
previous commit.
More information about the All-commits
mailing list