[all-commits] [llvm/llvm-project] 12df30: [libc] Compile integration tests with -ffreestandi...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Jul 29 20:08:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12df3080fea1660d8844857f92949e1422eb526d
https://github.com/llvm/llvm-project/commit/12df3080fea1660d8844857f92949e1422eb526d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-07-30 (Sat, 30 Jul 2022)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/integration/loader/linux/args_test.cpp
M libc/test/integration/loader/linux/main_without_args.cpp
M libc/test/integration/loader/linux/main_without_envp.cpp
M libc/test/integration/loader/linux/tls_test.cpp
M libc/test/integration/src/__support/threads/thread_detach_test.cpp
M libc/test/integration/src/__support/threads/thread_tls_test.cpp
M libc/test/integration/src/pthread/pthread_equal_test.cpp
M libc/test/integration/src/pthread/pthread_mutex_test.cpp
M libc/test/integration/src/pthread/pthread_test.cpp
M libc/test/integration/src/stdlib/getenv_test.cpp
M libc/test/integration/src/threads/call_once_test.cpp
M libc/test/integration/src/threads/cnd_test.cpp
M libc/test/integration/src/threads/mtx_test.cpp
M libc/test/integration/src/threads/thrd_equal_test.cpp
M libc/test/integration/src/threads/thrd_test.cpp
M libc/utils/IntegrationTest/test.h
Log Message:
-----------
[libc] Compile integration tests with -ffreestanding to avoid mixup with system libc.
More information about the All-commits
mailing list