Open nickdesaulniers opened 3 weeks ago
Landing https://github.com/llvm/llvm-project/pull/114566 broke 2 tests added in https://github.com/llvm/llvm-project/pull/111403. I'm going to disable them for now. Let's figure out why these aren't working, then get them re-enabled.
$ cmake ../runtimes -G Ninja -DLLVM_ENABLE_LLD=ON -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_RUNTIMES="libc" -DLLVM_LIBC_FULL_BUILD=ON $ ninja libc_include_tests
@llvm/issue-subscribers-libc
Author: Nick Desaulniers (nickdesaulniers)
Landing https://github.com/llvm/llvm-project/pull/114566 broke 2 tests added in https://github.com/llvm/llvm-project/pull/111403. I'm going to disable them for now. Let's figure out why these aren't working, then get them re-enabled.