-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Don't pass -Werror to ClangImporter's clang when Swift is used from LLDB #13303
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
Conversation
…ithin LLDB. This works a around search path problems caused by a module existing in both the build/install directory and the source directory. <rdar://problem/35714074> (cherry picked from commit 97f9e4e)
@swift-ci please nominate: Explanation: This works a around search path problems caused by a module existing in both the build/install directory and the source directory. |
@swift-ci test |
Build failed |
@shahmishal |
@graydon is looking into this issue, we started seeing it after we re-branched swift-4.1-branch from master |
@swift-ci test linux platform |
Build failed |
Build failed |
New issue:
|
Also, need to revert swiftlang/swift-corelibs-foundation#1322 |
@swift-ci merge |
Who has the permission to merge this? |
@bob-wilson Do you have the permission to merge this? |
There is no "swift-ci merge". If you've gotten approval to merge this (from the nomination), you can just click the button. |
Apparently not:
The button is dimmed for me. |
I also couldn't find the place in the github UI where I could look up who is authorized... |
Weird, it also says:
I would have expected to be in that group. |
@adrian-prantl swift-4.1-branch is under CCC. |
@shahmishal so who has the permission to merge branches under CCC? |
@tkremenek should be able to approve this PR. Info from Swift 4.1 Release Process blog: https://swift.org/blog/swift-4-1-release-process/
|
@tkremenek Could you please merge this? |
@swift-ci please nominate |
@shahmishal (I'm trying to understand the process better.) This PR is already approved. Why did you nominate it again? |
Sorry, I wrote it on the wrong PR. |
Don't pass -Werror to ClangImporter's clang when Swift is used from within LLDB.
This works a around search path problems caused by a module existing
in both the build/install directory and the source directory.
rdar://problem/35714074
(cherry picked from commit 97f9e4e)