Than McIntosh

Results 97 comments of Than McIntosh

I spent a little while looking at this. What's weird is that the actual DWARF in the two `go.dwarf` files is identical-- what is different is (again) the uuid. E.g....

OK (duh) in fact dsymutil is just faithfully copying the uuid from its input, so the problem here is that clang is generating a different uuid. I'll look into the...

OK, I think I am making some progress here. For a while I thought this might be an `ld-prime` problem, but that turned out to be a red herring. In...

Well phooey, I am afraid I've had a Homer Simpson moment here. My gomote expired, and I created a new one, but when I started using the new one I...

One more important bit of info: problem goes away if I build with `-extldflags=-ld_classic`, meaning that this may be another thing we can add to the long list of problems...

> FWIW, it looks like there are more [versions](https://chrome-infra-packages.appspot.com/p/infra_internal/ios/xcode/mac) of Xcode available to try out, though I haven't tested them: > > * `mac_toolchain install -xcode-version 15a240d`: 15.0 > *...

OK, one more update. I can reproduce the problem with just the C compiler, and what I think must be going on is that the name of the output file...

> Does the `LC_UUID` depend only on the output file's basename I checked just now and it looks like it is just the output file basename, not the directory. If...

I poked a bit at the other failure (TestScript/build_issue48319). That one looks like it will require another Go command fix -- since this is not a shared-mode build the "-o"...