-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix destination for clang-builtin-headers-in-clang-resource-dir #34364
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
Fix destination for clang-builtin-headers-in-clang-resource-dir #34364
Conversation
`LLVM_LIBRARY_OUTPUT_INTDIR` already points to the `lib` subdirectory of LLVM build folder. Addresses rdar://70486284
@swift-ci please smoke test |
@swift-ci Please Build Toolchain |
@swift-ci Please Test Source Compatibility Release |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
The Source Compatibility Suite failed building Evergreen -- this does not seem a regression from this PR, since I can find that in the main run as well (e.g. https://ci.swift.org/view/Source%20Compatibility/job/swift-main-source-compat-suite/5531/) [The purpose of testing Source Compatibility Suite was more to ensure my change did not affect building the toolchain in there] |
swiftlang/swift-source-compat-suite#466 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! Nice find.
@swift-ci Please Test Source Compatibility Release |
LLVM_LIBRARY_OUTPUT_INTDIR
already points to thelib
subdirectory ofLLVM build folder.
Addresses rdar://70486284