[Lldb-commits] [lldb] 38ca754 - Apparently you need a special makefile flag to use threads on Linux.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 30 12:10:57 PDT 2022


Author: Jim Ingham
Date: 2022-06-30T12:10:17-07:00
New Revision: 38ca754eb08b0741511c74bbac123e551f54125b

URL: https://github.com/llvm/llvm-project/commit/38ca754eb08b0741511c74bbac123e551f54125b
DIFF: https://github.com/llvm/llvm-project/commit/38ca754eb08b0741511c74bbac123e551f54125b.diff

LOG: Apparently you need a special makefile flag to use threads on Linux.

This is a follow-up to https://reviews.llvm.org/D128776.

Added: 
    

Modified: 
    lldb/test/API/functionalities/breakpoint/two_hits_one_actual/Makefile

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/Makefile b/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/Makefile
index 99998b20bcb05..c46619c662348 100644
--- a/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/Makefile
+++ b/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/Makefile
@@ -1,3 +1,4 @@
 CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
 
 include Makefile.rules


        


More information about the lldb-commits mailing list