thinlto run-pass unit test link errors on OS X (High Sierra 10.13.6) #53761
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I have been getting errors in our run-pass test suite on OS X for some amount of time. I'm not sure if the problem is in a malconstructed
ld
invocation, or something else.I'm posted a full transcript of the message from the
x.py test
run below in this gist, but here is probably the most relevant snippet of that output:it is annoying and I don't yet know when it started. I suppose I might attempt to bisect.
But I just wanted to make sure the problem was registered somewhere.
Oh, in case its relevant, here is my current
ld
andxcode
version info:(Oh, and also: I am observing this for both stage 1 and stage 2 compilers.)
The text was updated successfully, but these errors were encountered: