[libcxx-commits] [libcxx] [libc++] Put _LIBCPP_NODEBUG on all internal aliases (PR #118710)
Dave Lee via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 9 14:52:11 PST 2025
kastiglione wrote:
it seem there are 3 crashes, not just lldb.
> provide some sort of file that doesn't compile which avoids the system-specific includes. I'd also like a command, since it's not at all clear to me what the lldb tests are actually doing.
they're in the log: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/8984/consoleText
look for "Assertion failed". One example command:
```
/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/bin/clang++ -fmodules -gmodules -fmodules-cache-path=/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api -gmodules -fcxx-modules -std=c++11 -g -O0 -isysroot "/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk" -arch x86_64 -I/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../..//include -I/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/include -I/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c -I/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -fmodules -gmodules -fmodules-cache-path=/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api -gmodules -fcxx-modules -nostdlib++ -nostdinc++ -cxx-isystem /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/include/c++/v1 --driver-mode=g++ -MT util.o -MD -MP -MF util.d -c -o util.o /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/test/API/commands/expression/namespace_local_var_same_name_obj_c/util.mm
```
https://github.com/llvm/llvm-project/pull/118710
More information about the libcxx-commits
mailing list