[PATCH] D134454: [Driver][Distro] Fix ArchLinux sysroot detection
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 21:19:24 PDT 2022
zixuan-wu added a comment.
It's fine for CSKY to use config file. I only have 2 points.
1. I agree sysroot should be separated from GCC because sysroot is not dependent to GCC and there is even not gcc when we use llvm runtime. This rule should also apply to multilib logic. Sysroot can detect multilib path individually.
2. From user view, it's not easy to add sysroot or config file path manually, so it needs good way to enable this functionality.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134454/new/
https://reviews.llvm.org/D134454
More information about the cfe-commits
mailing list