[Lldb-commits] [lldb] 30f4adf - [lldb/test] Enable threads for TestInteractiveScriptedProcess.py (NFC)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 25 15:20:08 PDT 2023


Author: Med Ismail Bennani
Date: 2023-04-25T15:19:57-07:00
New Revision: 30f4adfd4d6ca73b1dae1d14f43ac363e005ccec

URL: https://github.com/llvm/llvm-project/commit/30f4adfd4d6ca73b1dae1d14f43ac363e005ccec
DIFF: https://github.com/llvm/llvm-project/commit/30f4adfd4d6ca73b1dae1d14f43ac363e005ccec.diff

LOG: [lldb/test] Enable threads for TestInteractiveScriptedProcess.py (NFC)

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>

Added: 
    

Modified: 
    lldb/test/API/functionalities/interactive_scripted_process/Makefile

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/interactive_scripted_process/Makefile b/lldb/test/API/functionalities/interactive_scripted_process/Makefile
index bbfb2c131ed5..669f80a17ae6 100644
--- a/lldb/test/API/functionalities/interactive_scripted_process/Makefile
+++ b/lldb/test/API/functionalities/interactive_scripted_process/Makefile
@@ -1,6 +1,7 @@
 CXX_SOURCES := main.cpp
 CXXFLAGS=--std=c++17 -g
 ARCH=$(shell uname -m)
+ENABLE_THREADS := YES
 
 include Makefile.rules
 


        


More information about the lldb-commits mailing list