-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix clang-tools #18270
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 clang-tools #18270
Conversation
dbf83d6 to
65756df
Compare
|
ok this way works but i just thought of a better one i think. https://github.com/llvm/llvm-project/blob/llvmorg-17.0.2/llvm/lib/Support/Unix/Path.inc#L320 |
17b5e00 to
7797ef6
Compare
|
ok, i think this is closer to the way it would have worked with |
7797ef6 to
b3a8a97
Compare
|
wait i can do even better! brb parsing /proc/self/cmdline |
2aa421c to
c3bdd49
Compare
|
does anyone have any objections to merging this? it should work perfectly now in both the case of relative or |
c3bdd49 to
f931172
Compare
|
i guess this will be how we fix all of the programs that need their own absolute path :) maybe move it to libandroid-support? |
f931172 to
67be97f
Compare
67be97f to
d519c4c
Compare
d519c4c to
821c1c1
Compare
the llvm codebase is confusing but i think this fixes #18240 which was caused by #18074. needs testing when ci is done.