[Lldb-commits] [lldb] a49d5e9 - [lldb/test] Remove superfluous -std=c++11 from tests

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 9 11:10:01 PDT 2022


Author: Pavel Labath
Date: 2022-05-09T20:04:14+02:00
New Revision: a49d5e976e6d49a5a182a394c4a2a04395159b13

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

LOG: [lldb/test] Remove superfluous -std=c++11 from tests

We default to that anyway. It does not work on windows, and since
ac7747e, the flag actually takes effect.

Added: 
    

Modified: 
    lldb/test/API/commands/expression/no-deadlock/Makefile
    lldb/test/API/lang/c/step_over_no_deadlock/Makefile

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/expression/no-deadlock/Makefile b/lldb/test/API/commands/expression/no-deadlock/Makefile
index 4b3467bc4e82d..ee0d4690d8347 100644
--- a/lldb/test/API/commands/expression/no-deadlock/Makefile
+++ b/lldb/test/API/commands/expression/no-deadlock/Makefile
@@ -1,5 +1,4 @@
 CXX_SOURCES := locking.cpp
-CXXFLAGS_EXTRAS := -std=c++11
 ENABLE_THREADS := YES
 
 include Makefile.rules

diff  --git a/lldb/test/API/lang/c/step_over_no_deadlock/Makefile b/lldb/test/API/lang/c/step_over_no_deadlock/Makefile
index 4b3467bc4e82d..ee0d4690d8347 100644
--- a/lldb/test/API/lang/c/step_over_no_deadlock/Makefile
+++ b/lldb/test/API/lang/c/step_over_no_deadlock/Makefile
@@ -1,5 +1,4 @@
 CXX_SOURCES := locking.cpp
-CXXFLAGS_EXTRAS := -std=c++11
 ENABLE_THREADS := YES
 
 include Makefile.rules


        


More information about the lldb-commits mailing list