diff --git a/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile b/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile --- a/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile +++ b/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile @@ -1,3 +1,5 @@ -USE_LIBCPP := 1 +# FIXME: once the expression evaluator can handle std libraries with debug +# info, change this to USE_LIBCPP=1 +USE_SYSTEM_STDLIB := 1 CXX_SOURCES := main.cpp include Makefile.rules diff --git a/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile b/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile --- a/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile +++ b/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile @@ -1,3 +1,5 @@ -USE_LIBCPP := 1 +# FIXME: once the expression evaluator can handle std libraries with debug +# info, change this to USE_LIBCPP=1 +USE_SYSTEM_STDLIB := 1 CXX_SOURCES := main.cpp include Makefile.rules diff --git a/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile b/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile --- a/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile +++ b/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile @@ -1,3 +1,5 @@ -USE_LIBCPP := 1 +# FIXME: once the expression evaluator can handle std libraries with debug +# info, change this to USE_LIBCPP=1 +USE_SYSTEM_STDLIB := 1 CXX_SOURCES := main.cpp include Makefile.rules