In http://reviews.llvm.org/D10800#196543, @vharron wrote:

> If you've fixed vdso handling,  shouldn't some i386 tests be marked as 
> passing?


It is fixing it only on Android. There is a different between how the linker 
works on Linux and on Android and we need to solve one more additional issue to 
fix it on Linux also but it isn't trivial.

The problem is that the Linux linker don't fill in the file path in the 
rendezvous structure for the [vdso] because it isn't a file (it is treated as a 
feature in the code) but currently we use that path to find the load address of 
the file (based on /proc/<pid>/maps). To fix the issue on Linux also we need an 
other way to get the load address of an SO.


http://reviews.llvm.org/D10800

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to