User Details
- User Since
- Jun 25 2018, 2:18 PM (204 w, 4 d)
Sat, May 21
Awesome, thanks!
Thu, May 19
wdyt?
Improve name and add comment
Wed, May 18
friendly ping!
Tue, May 17
Yea it passes on my M1 machine, I will test on Intel and see if that's the difference, I have reverted since so hopefully everyone is back to green and I'll debug async and post here with the new fix.
Mon, May 16
Thu, May 12
Fix comment formatting
Wed, May 11
Extract previous llvm-ar logic instead of using a new function
Tue, May 10
Mon, May 9
Which sections specifically hit this? can you add a test?
Add required target to archive-format.test
Improve tests
Sun, May 8
Improve tests
Sat, May 7
Add test for universal object archive copy
Change test strategy to test for timestamps instead of alignment. This gives us the same result knowing that the darwin specific logic is hit, and it's easier to test for than crafting an unaligned binary.
Remove unused import
Move isMacho to Object library
Thu, May 5
Move format decision to callers
Wed, May 4
Update to only check new Kind when writing
Tue, May 3
Fix spelling
Mon, May 2
I took this comment from the issue:
Based on the issue it sounds like this should be gated behind a new -fprofile-prefix-map flag? I assume we'd also want -ffile-prefix-map to apply to it as well, similar to the others. And we'll definitely want some tests here!
Apr 22 2022
Apr 9 2022
Apr 5 2022
Apr 4 2022
I doubt they're super common, but I figured the complexity of adding this was so low that it made sense to. In my case I was trying to compare versions of the installed lld on linux systems at /usr/bin/lld, so I found myself trying to do /usr/bin/ld --version and then /usr/bin/lld --version, where the latter didn't print the version. I don't think we have to worry about more folks calling this since the utility of calling it is still very small, and the output is clear that the other shims should be called.
This is purely a convenience addition so users don't have to know about -flavor gnu, or specify one of the other shims
Improve formatting
Apr 1 2022
Mar 31 2022
Mar 23 2022
Mar 15 2022
There were 2 competing revisions for this bug fix, I landed https://reviews.llvm.org/D121663 instead since it sounds like having an empty directory is more correct in this case
You're right it's version 5 not 4, maybe the issue is that some platforms (like macOS) are defaulting to 4 intentionally for now? I guess I thought 6 because passing 6 also reproduces, but I didn't also try 5.
I actually mean dwarf 6, which appears to be partially implemented according to https://lists.llvm.org/pipermail/llvm-dev/2020-April/141055.html
Mar 14 2022
Fix tests with dwarf 6
Bump, I think I've covered everything here, let me know if not!
Update subsitutions with slashes
Update subsitutions with dashes
Update substitutions to use dashes
Ping, all green here, I just had to mess with the test regex a bit
Mar 13 2022
Replace \w with .