> On Feb 10, 2016, at 7:09 AM, Tom Seddon <xcode-us...@tomseddon.plus.com> 
> wrote:
> 
> Unless clang's asm output directives have changed substantially since I wrote 
> it, my improve-xcode-asm-output script should 
> work:https://github.com/tom-seddon/bin/blob/master/improve-xcode-asm-output.py
>  <https://github.com/tom-seddon/bin/blob/master/improve-xcode-asm-output.py>

Cool! Exactly what I was looking for.

Except the output does seem to have changed format; the script immediately 
fails:

        File "/Users/snej/bin/improve-xcode-asm-output.py", line 42, in 
<module> "rt")
        IOError: [Errno 21] Is a directory: '/Couchbase/CouchbaseLite’

I think the script doesn’t understand the format of the .file directives, each 
of which for some reason has two strings, the first of which is 
"/Couchbase/CouchbaseLite”:

        .file   1 "/Couchbase/CouchbaseLite" 
"/Couchbase/CouchbaseLite/Source/ChangeTracker/CBLChangeTracker.m"
        .file   2 "/Couchbase/CouchbaseLite" 
"/Couchbase/CouchbaseLite/Source/ChangeTracker/CBLChangeTracker.h"
        …

I’m guessing the first string is the base directory of the project, i.e. the 
$(SOURCE_PATH).

—Jens
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to