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

Use paths.join for sysroot_prefix #310

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

keith
Copy link
Member

@keith keith commented Apr 9, 2024

If you specify sysroot = "/", this resulted in paths like //include
which resulted in warnings like:

.../toolchains_llvm~~llvm~linux_llvm_17_x86_64_toolchain/module-x86_64-linux.modulemap:1249:14: warning: umbrella directory '//include' not found [-Wincomplete-umbrella]

@keith keith requested review from rrbutani, jsharpe and fmeum as code owners April 9, 2024 15:47
keith added 3 commits April 9, 2024 18:49
If you specify `sysroot = "/"`, this resulted in paths like `//include`
which resulted in warnings like:

```
.../toolchains_llvm~~llvm~linux_llvm_17_x86_64_toolchain/module-x86_64-linux.modulemap:1249:14: warning: umbrella directory '//include' not found [-Wincomplete-umbrella]
```
@fmeum fmeum force-pushed the ks/use-paths.join-for-sysroot_prefix branch from a3cfeb0 to e1bd4e3 Compare April 9, 2024 16:49
@fmeum fmeum merged commit 0852bf5 into master Apr 9, 2024
7 checks passed
@fmeum fmeum deleted the ks/use-paths.join-for-sysroot_prefix branch April 9, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants