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.benn...@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
 


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

Reply via email to