Skip to content

Commit e1e7dfe

Browse files
tstellartru
authored andcommitted
[lldb] Fix some tests that fail with system libstdc++ (llvm#106885)
This is a revert of b1fcc18. These tests weren't working on Ubuntu 22.04 or Fedora 37-40. I'm not sure exactly why, but it seems like they may be incompatible with libstdc++. Also, despite the fact that the tests were using the system libstdc++, the tests were only run when libcxx was enabled. I tested this with a RelWithDebInfo build and the tests passed. Fixes llvm#106475 (cherry picked from commit adf44d5)
1 parent b8b5050 commit e1e7dfe

File tree

3 files changed

+3
-9
lines changed
  • lldb/test/API/commands/expression/import-std-module

3 files changed

+3
-9
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules

0 commit comments

Comments
 (0)