文件最后提交记录最后更新时间
[libc] Add bind function (#74014) This patch adds the bind function to go with the socket function. It also cleans up a lot of socket related data structures.2 年前
[libc][NFC] Fix few warnings in tests. (#81262) /usr/local/google/home/lntue/experiment/llvm/llvm-project/libc/test/src/__support/FPUtil/fpbits_test.cpp:268:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] }; ^ 1 warning generated. In file included from /usr/local/google/home/lntue/experiment/llvm/llvm-project/libc/test/src/sys/socket/linux/bind_test.cpp:17: /usr/local/google/home/lntue/experiment/llvm/llvm-project/libc/test/UnitTest/Test.h:17:9: warning: 'libc_make_test_file_path' macro redefined [-Wmacro-redefined] #define libc_make_test_file_path(file_name) (file_name) ^ /usr/local/google/home/lntue/experiment/llvm/llvm-project/libc/test/UnitTest/LibcTest.h:20:9: note: previous definition is here #define libc_make_test_file_path(file_name) \ ^ 1 warning generated. 2 年前
[libc][NFC] Use specific ASSERT macros to test errno (#79573) This patch provides specific test macros to deal with errno. This will help abstract away the differences between unit test and integration/hermetic tests in #79319. In one case we use libc_errno which is a struct, in the other case we deal directly with errno.2 年前