[llvm] r264482 - Put my abtest scripts into the util directory

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 17:38:14 PDT 2016


> On Mar 25, 2016, at 5:36 PM, Quentin Colombet via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Hi Matthias,
> 
> Thanks for sharing those, now, you are on the spot for improvement requests :).
> 
>> On Mar 25, 2016, at 5:24 PM, Matthias Braun via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>> 
>> Author: matze
>> Date: Fri Mar 25 19:23:59 2016
>> New Revision: 264482
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=264482&view=rev
>> Log:
>> Put my abtest scripts into the util directory
>> 
>> See http://lists.llvm.org/pipermail/llvm-dev/2016-March/097640.html
>> There is also a description/tutorial in the comments of the abtest.py
>> file.
>> 
>> Added:
>>   llvm/trunk/utils/abtest/
>>   llvm/trunk/utils/abtest/abtest.py   (with props)
>>   llvm/trunk/utils/abtest/mark_aarch64fns.py   (with props)
>>   llvm/trunk/utils/abtest/mark_armfns.py   (with props)
>> 
>> Added: llvm/trunk/utils/abtest/abtest.py
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/abtest/abtest.py?rev=264482&view=auto
>> ==============================================================================
>> --- llvm/trunk/utils/abtest/abtest.py (added)
>> +++ llvm/trunk/utils/abtest/abtest.py Fri Mar 25 19:23:59 2016
> 
> Could you have the script also accept .o inputs (not the bisecting function part of course)?

Patches welcome :)
Seriously this is indeed easy to change by using "*" instead of "*.s", I'll change that.

- Matthias

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160325/2f943c2c/attachment.html>


More information about the llvm-commits mailing list