[all-commits] [llvm/llvm-project] 107ce7: [libc] Use real objects and archives in integratio...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Mar 24 00:03:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 107ce71849bccb8749a9ff369f22641f092be432
https://github.com/llvm/llvm-project/commit/107ce71849bccb8749a9ff369f22641f092be432
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/loader/linux/CMakeLists.txt
A libc/loader/linux/crti.cpp
A libc/loader/linux/crtn.cpp
M libc/test/CMakeLists.txt
M libc/test/integration/CMakeLists.txt
A libc/test/integration/dummy.cpp
Log Message:
-----------
[libc] Use real objects and archives in integration tests.
Previously, we used empty, non-ELF crti.o, crtn.o, libm.a and libc++.a
files. Instead, we now still use dummies but they are real ELF object
files and archives.
More information about the All-commits
mailing list