[llvm-dev] TSAN hack on AArch64 for Android
Jason Kim via llvm-dev
llvm-dev at lists.llvm.org
Fri Aug 28 10:06:14 PDT 2015
From: Jason Kim [mailto:jasonk at codeaurora.org]
Sent: Friday, August 28, 2015 10:03 AM
To: 'Dan Albert'
Cc: 'Renato Golin'; 'Dmitry Vyukov'; 'Kostya Serebryany'; 'Tamas Berghammer'; 'Stephen Hines'; 'Tim Northover'; 'kanheim at a-bix.com'; 'Chad Rosier'; 'Evgenii Stepanov'; 'Adhemerval Zanella'; 'LLVM Dev'; 'Jason Kim'; 'Kristof Beyls'; 'James Molloy'
Subject: RE: TSAN hack on AArch64 for Android
IMO having to disable 2/3 of the tests means the patch isn't ready yet.
[ jasonk --> ] OK, that’s a fair view. However, please keep in mind the follwing:
(*) The tests weren’t all stable to begin with.
(*) I am perfectly willing to triage the failures, but please keep in mind that any “threshold” that we cross from NOT testing TSAN on aarch64+android to actually testing on it is going to be a large hurdle.
(*) BIONIC is NOT glibc!
(*) Its pretty darn near impossible to have the perfect patch, which is [a] small [b] doesn’t break anything [c] adds major new features.
(*) What I have currently is: [a] not very big [b] doesn’t break anything VISIBLY [c] adds major new features
(*) The new feature (TSAN on aarch64-linux-androideabi) is currently turned OFF by default
(*) There are plenty of cases in prior history in llvm where a set of tests were turned off temporarily, especially when a major new platform is being introduced. I don’t think its unreasonable to have that as a starting point.
[ jasonk --> ] I don’t know if this is getting through, but the tests I marked UNSUPPORTED, are ONLY unsupported on aarch64-linux-androideabi. They are run, as is, on other configurations of compiler-rt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150828/8a4f258e/attachment-0001.html>
More information about the llvm-dev
mailing list