• Austin Clements's avatar
    cmd/asm: rename -symabis to -gensymabis · 92556886
    Austin Clements authored
    Currently, both asm and compile have a -symabis flag, but in asm it's
    a boolean flag that means to generate a symbol ABIs file and in the
    compiler its a string flag giving the path of the symbol ABIs file to
    consume. I'm worried about this false symmetry biting us in the
    future, so rename asm's flag to -gensymabis.
    
    Updates #27539.
    
    Change-Id: I8b9c18a852d2838099718f8989813f19d82e7434
    Reviewed-on: https://go-review.googlesource.com/c/149818
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    92556886
Name
Last commit
Last update
..
README Loading commit data...
build.go Loading commit data...
buildgo.go Loading commit data...
buildruntime.go Loading commit data...
buildtool.go Loading commit data...
cpuid_386.s Loading commit data...
cpuid_amd64.s Loading commit data...
cpuid_default.s Loading commit data...
doc.go Loading commit data...
imports.go Loading commit data...
main.go Loading commit data...
sys_default.go Loading commit data...
sys_windows.go Loading commit data...
test.go Loading commit data...
test_linux.go Loading commit data...
util.go Loading commit data...
util_gc.go Loading commit data...
util_gccgo.go Loading commit data...
vfp_arm.s Loading commit data...
vfp_default.s Loading commit data...