Dan Albert

Results 430 comments of Dan Albert

https://ci.android.com/builds/branches/aosp-master-ndk/grid?head=7778403&tail=7778403 is the build that has the newer LLVM. lmk if it fixes the problem. If not, like I said, we have another update coming in the near future you...

https://ci.android.com/builds/branches/aosp-master-ndk/grid?head=7924883&tail=7924883 (still building) has LLVM 14ish in it. Give that a shot?

Can you upload a repro case? Nothing about that has changed. We can't fix bugs that we can't see.

I hadn't spotted that @dg0yt's error was from libdl.a. @dg0yt: whatever that build is doing, it's probably wrong. Android's libdl.a does basically nothing. It exists pretty much only to appease...

Yeah, the only real code from that build that will ever run is in these static libraries. The rest is just headers and stubs.

Currently a draft because I seem to have encountered an AGP bug that makes cross-module dependencies flaky, so I may need to deal with `base` in a different way... The...

Added a fair amount of content to the readme for explaining FMV (to the best of my knowledge, anyway, and since I learned it all just now it might be...

(I've updated the CL to xfail the test for now, so if you try running `run_tests.py` now it won't yell loudly. If you want to see the failure, delete the...