clayborg added a comment.

I tried with RelWithDebInfo and it failed, but it was because it wasn't 
building:

  devvm1358:~/local/llvm/main/Release $ ./bin/llvm-lit -sv 
../llvm-project/lldb/test/API/api/multithreaded/TestMultithreaded.py
  llvm-lit: 
/home/gclayton/local/llvm/main/llvm-project/lldb/test/API/lit.cfg.py:165: 
warning: Could not set a default per-test timeout. Requires the Python psutil 
module but it could not be found. Try installing it via pip or via your 
operating system's package manager.
  FAIL: lldb-api :: api/multithreaded/TestMultithreaded.py (1 of 1)
  ******************** TEST 'lldb-api :: 
api/multithreaded/TestMultithreaded.py' FAILED ********************
  Script:
  --
  /usr/local/fbcode/platform009/bin/python3.8 
/home/gclayton/local/llvm/main/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS 
-u CFLAGS --env 
ARCHIVER=/data/users/gclayton/toolchain_dev/build/msdk/bootstrap/c432e0bc77938fdcb571d65e559987f5f537c1ca-69c93d769e854e5ef9a51400675f23e221fdd322/Toolchains/facebook-Asserts-12.xctoolchain/usr/bin/llvm-ar
 --env 
OBJCOPY=/home/gclayton/local/toolchain_dev/build/msdk/bootstrap/c432e0bc77938fdcb571d65e559987f5f537c1ca-69c93d769e854e5ef9a51400675f23e221fdd322/Toolchains/facebook-Asserts-12.xctoolchain/usr/bin/objcopy
 --env LLVM_LIBS_DIR=/home/gclayton/local/llvm/main/Release/./lib --arch x86_64 
--build-dir /home/gclayton/local/llvm/main/Release/lldb-test-build.noindex 
--lldb-module-cache-dir 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-lldb/lldb-api
 --clang-module-cache-dir 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-clang/lldb-api
 --executable /home/gclayton/local/llvm/main/Release/./bin/lldb --compiler 
/home/gclayton/local/llvm/main/Release/./bin/clang --dsymutil 
/home/gclayton/local/llvm/main/Release/./bin/dsymutil --llvm-tools-dir 
/home/gclayton/local/llvm/main/Release/./bin --lldb-libs-dir 
/home/gclayton/local/llvm/main/Release/./lib 
/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded -p 
TestMultithreaded.py
  --
  Exit Code: 1
  
  Command Output (stdout):
  --
  lldb version 14.0.0 (https://github.com/llvm/llvm-project revision 
c728bd5bbaab5dad3bf0703f1a85d65cd1237e79)
    clang revision c728bd5bbaab5dad3bf0703f1a85d65cd1237e79
    llvm revision c728bd5bbaab5dad3bf0703f1a85d65cd1237e79
  Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 
'debugserver', 'objc']
  
  --
  Command Output (stderr):
  --
  FAIL: LLDB (/home/gclayton/local/llvm/main/Release/bin/clang-x86_64) :: 
test_breakpoint_callback (TestMultithreaded.SBBreakpointCallbackCase)
  FAIL: LLDB (/home/gclayton/local/llvm/main/Release/bin/clang-x86_64) :: 
test_python_stop_hook (TestMultithreaded.SBBreakpointCallbackCase)
  FAIL: LLDB (/home/gclayton/local/llvm/main/Release/bin/clang-x86_64) :: 
test_sb_api_listener_event_description 
(TestMultithreaded.SBBreakpointCallbackCase)
  FAIL: LLDB (/home/gclayton/local/llvm/main/Release/bin/clang-x86_64) :: 
test_sb_api_listener_event_process_state 
(TestMultithreaded.SBBreakpointCallbackCase)
  UNSUPPORTED: LLDB (/home/gclayton/local/llvm/main/Release/bin/clang-x86_64) 
:: test_sb_api_listener_resume (TestMultithreaded.SBBreakpointCallbackCase) 
(skipping due to the following parameter(s): target o/s) 
  ======================================================================
  ERROR: test_breakpoint_callback (TestMultithreaded.SBBreakpointCallbackCase)
     Test the that SBBreakpoint callback is invoked when a breakpoint is hit.
  ----------------------------------------------------------------------
  Error when building test subject.
  
  Build Command:
  make 
VPATH=/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
 -C 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_breakpoint_callback
 -I /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -f 
/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded/Makefile
 all  ARCH=x86_64 CC="/home/gclayton/local/llvm/main/Release/bin/clang"   
CLANG_MODULE_CACHE_DIR=/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-clang/lldb-api
 CXX_SOURCES='driver.cpp test_breakpoint_callback.cpp' 
EXE='test_breakpoint_callback' CFLAGS_EXTRAS='-std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include' 
LD_EXTRAS='-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib'
  
  Build Command Output:
  make: Entering directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_breakpoint_callback'
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT driver.o -MD -MP -MF driver.d -c -o driver.o driver.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT test_breakpoint_callback.o -MD -MP -MF test_breakpoint_callback.d -c -o 
test_breakpoint_callback.o test_breakpoint_callback.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  driver.o 
test_breakpoint_callback.o -g -O0 -fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include 
-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib  -pthread 
--driver-mode=g++ -o "test_breakpoint_callback"
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::_Sp_make_shared_tag::_S_eq(std::type_info const&)@GLIBCXX_3.4.26'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log2@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getres@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp2@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_nanosleep@GLIBC_PRIVATE'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getcpuclockid@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, 
std::allocator<char> >::basic_stringstream()@GLIBCXX_3.4.26'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_settime@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `pow@GLIBC_2.29'
  clang-14: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make: *** [Makefile.rules:501: test_breakpoint_callback] Error 1
  make: Leaving directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_breakpoint_callback'
  
  Test Directory:
  /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
  ======================================================================
  ERROR: test_python_stop_hook (TestMultithreaded.SBBreakpointCallbackCase)
     Test that you can run a python command in a stop-hook when stdin is File 
based.
  ----------------------------------------------------------------------
  Error when building test subject.
  
  Build Command:
  make 
VPATH=/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
 -C 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_python_stop_hook
 -I /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -f 
/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded/Makefile
 all  ARCH=x86_64 CC="/home/gclayton/local/llvm/main/Release/bin/clang"   
CLANG_MODULE_CACHE_DIR=/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-clang/lldb-api
 CXX_SOURCES='driver.cpp test_stop-hook.cpp' EXE='test_python_stop_hook' 
CFLAGS_EXTRAS='-std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include' 
LD_EXTRAS='-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib'
  
  Build Command Output:
  make: Entering directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_python_stop_hook'
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT driver.o -MD -MP -MF driver.d -c -o driver.o driver.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT test_stop-hook.o -MD -MP -MF test_stop-hook.d -c -o test_stop-hook.o 
test_stop-hook.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  driver.o test_stop-hook.o 
-g -O0 -fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include 
-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib  -pthread 
--driver-mode=g++ -o "test_python_stop_hook"
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::_Sp_make_shared_tag::_S_eq(std::type_info const&)@GLIBCXX_3.4.26'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log2@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getres@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp2@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_nanosleep@GLIBC_PRIVATE'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getcpuclockid@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, 
std::allocator<char> >::basic_stringstream()@GLIBCXX_3.4.26'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_settime@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `pow@GLIBC_2.29'
  clang-14: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make: *** [Makefile.rules:501: test_python_stop_hook] Error 1
  make: Leaving directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_python_stop_hook'
  
  Test Directory:
  /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
  ======================================================================
  ERROR: test_sb_api_listener_event_description 
(TestMultithreaded.SBBreakpointCallbackCase)
     Test the description of an SBListener breakpoint event is valid.
  ----------------------------------------------------------------------
  Error when building test subject.
  
  Build Command:
  make 
VPATH=/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
 -C 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_description
 -I /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -f 
/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded/Makefile
 all  ARCH=x86_64 CC="/home/gclayton/local/llvm/main/Release/bin/clang"   
CLANG_MODULE_CACHE_DIR=/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-clang/lldb-api
 CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp' 
EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include' 
LD_EXTRAS='-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib'
  
  Build Command Output:
  make: Entering directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_description'
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT driver.o -MD -MP -MF driver.d -c -o driver.o driver.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT listener_test.o -MD -MP -MF listener_test.d -c -o listener_test.o 
listener_test.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT test_listener_event_description.o -MD -MP -MF 
test_listener_event_description.d -c -o test_listener_event_description.o 
test_listener_event_description.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  driver.o listener_test.o 
test_listener_event_description.o -g -O0 -fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include 
-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib  -pthread 
--driver-mode=g++ -o "test_listener_event_description"
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::_Sp_make_shared_tag::_S_eq(std::type_info const&)@GLIBCXX_3.4.26'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log2@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getres@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp2@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_nanosleep@GLIBC_PRIVATE'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getcpuclockid@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, 
std::allocator<char> >::basic_stringstream()@GLIBCXX_3.4.26'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_settime@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `pow@GLIBC_2.29'
  clang-14: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make: *** [Makefile.rules:501: test_listener_event_description] Error 1
  make: Leaving directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_description'
  
  Test Directory:
  /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
  ======================================================================
  ERROR: test_sb_api_listener_event_process_state 
(TestMultithreaded.SBBreakpointCallbackCase)
     Test that a registered SBListener receives events when a process
  ----------------------------------------------------------------------
  Error when building test subject.
  
  Build Command:
  make 
VPATH=/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
 -C 
/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_process_state
 -I /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -f 
/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded/Makefile
 all  ARCH=x86_64 CC="/home/gclayton/local/llvm/main/Release/bin/clang"   
CLANG_MODULE_CACHE_DIR=/home/gclayton/local/llvm/main/Release/lldb-test-build.noindex/module-cache-clang/lldb-api
 CXX_SOURCES='driver.cpp listener_test.cpp 
test_listener_event_process_state.cpp' EXE='test_listener_event_process_state' 
CFLAGS_EXTRAS='-std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include' 
LD_EXTRAS='-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib'
  
  Build Command Output:
  make: Entering directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_process_state'
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT driver.o -MD -MP -MF driver.d -c -o driver.o driver.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT listener_test.o -MD -MP -MF listener_test.d -c -o listener_test.o 
listener_test.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  -std=c++11 -g -O0 
-fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include   --driver-mode=g++ 
-MT test_listener_event_process_state.o -MD -MP -MF 
test_listener_event_process_state.d -c -o test_listener_event_process_state.o 
test_listener_event_process_state.cpp
  /home/gclayton/local/llvm/main/Release/bin/clang  driver.o listener_test.o 
test_listener_event_process_state.o -g -O0 -fno-builtin -m64  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include
 -I/data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded 
-I/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make
 -include 
/data/users/gclayton/llvm/main/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h
  -fno-limit-debug-info  -std=c++11  
-I/data/users/gclayton/llvm/main/llvm-project/lldb/include 
-L/home/gclayton/local/llvm/main/Release/./lib -llldb 
-Wl,-rpath,/home/gclayton/local/llvm/main/Release/./lib  -pthread 
--driver-mode=g++ -o "test_listener_event_process_state"
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::_Sp_make_shared_tag::_S_eq(std::type_info const&)@GLIBCXX_3.4.26'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log2@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getres@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp2@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `log@GLIBC_2.29'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_nanosleep@GLIBC_PRIVATE'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_getcpuclockid@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, 
std::allocator<char> >::basic_stringstream()@GLIBCXX_3.4.26'
  //usr/local/fbcode/platform009/lib/librt.so.1: undefined reference to 
`__clock_settime@GLIBC_PRIVATE'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `exp@GLIBC_2.29'
  /home/gclayton/local/llvm/main/Release/./lib/liblldb.so: undefined reference 
to `pow@GLIBC_2.29'
  clang-14: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make: *** [Makefile.rules:501: test_listener_event_process_state] Error 1
  make: Leaving directory 
'/data/users/gclayton/llvm/main/Release/lldb-test-build.noindex/api/multithreaded/TestMultithreaded.test_sb_api_listener_event_process_state'
  
  Test Directory:
  /data/users/gclayton/llvm/main/llvm-project/lldb/test/API/api/multithreaded
  ----------------------------------------------------------------------
  Ran 5 tests in 14.773s
  
  RESULT: FAILED (0 passes, 0 failures, 4 errors, 1 skipped, 0 expected 
failures, 0 unexpected successes)
  
  --
  
  ********************
  ********************
  Failed Tests (1):
    lldb-api :: api/multithreaded/TestMultithreaded.py
  
  
  Testing Time: 15.03s
    Failed: 1
  
  1 warning(s) in tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108061/new/

https://reviews.llvm.org/D108061

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to