Skip to content
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

[SR-800] LLDB test suite needs a "skipUnless"-style test decorator for skipping unless libc++ is available #4537

Closed
trfiala mannequin opened this issue Feb 23, 2016 · 3 comments
Labels
bug Something isn't working LLDB for Swift

Comments

@trfiala
Copy link
Mannequin

trfiala mannequin commented Feb 23, 2016

Previous ID SR-800
Radar None
Original Reporter @trfiala
Type Bug
Status Closed
Resolution Duplicate
Environment

Ubuntu

Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee None
Priority Medium

md5: 1cd462c9843d795714f01f1108f8ef52

Issue Description:

Upstream llvm.org Linux folks currently assume using gcc as a compiler is a sufficient guard against building on a Linux without libc\\. However, on Swift Ubuntu, we build on Linux with clang (rather than gcc) but don't have libc\\. So the "compiling with clang" skipUnless variant isn't sufficient. Also, it's not really checking the key piece: whether libc\\ is available.

@trfiala
Copy link
Mannequin Author

trfiala mannequin commented Feb 23, 2016

This needs to happen upstream in llvm.org. I'll dupe it over to what I file there.

@trfiala
Copy link
Mannequin Author

trfiala mannequin commented Apr 25, 2016

Filed:
https://llvm.org/bugs/show_bug.cgi?id=27516

to track this. Closing this one out as a duplicate of that.

@trfiala
Copy link
Mannequin Author

trfiala mannequin commented Apr 25, 2016

Duplicate of now-filed:
https://llvm.org/bugs/show_bug.cgi?id=27516

That work should happen in LLVM.org LLDB svn trunk.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 7, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

0 participants