Skip to content

[lldb] Make sure TestDAP_subtleFrames actually uses libc++ #108227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

labath
Copy link
Collaborator

@labath labath commented Sep 11, 2024

Without this, the binary would still be built with libstdc++, if that's the system/compiler default.

Without this, the binary would still be built with libstdc++, if that's
the system/compiler default.
@llvmbot
Copy link
Member

llvmbot commented Sep 11, 2024

@llvm/pr-subscribers-lldb

Author: Pavel Labath (labath)

Changes

Without this, the binary would still be built with libstdc++, if that's the system/compiler default.


Full diff: https://github.com/llvm/llvm-project/pull/108227.diff

1 Files Affected:

  • (modified) lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile (+1)
diff --git a/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile b/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile
index 99998b20bcb050..ab034edd121f9f 100644
--- a/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile
+++ b/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile
@@ -1,3 +1,4 @@
 CXX_SOURCES := main.cpp
+USE_LIBCPP := 1
 
 include Makefile.rules

Copy link
Member

@vogelsgesang vogelsgesang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this! 🙂

@labath labath merged commit 069b841 into llvm:main Sep 13, 2024
9 checks passed
@labath labath deleted the subtle branch September 13, 2024 09:18
adrian-prantl pushed a commit to adrian-prantl/llvm-project that referenced this pull request Dec 20, 2024
Without this, the binary would still be built with libstdc++, if that's
the system/compiler default.

(cherry picked from commit 069b841)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants