User Details
- User Since
- Feb 22 2021, 5:46 AM (108 w, 4 d)
Sun, Mar 19
Fri, Mar 17
Thu, Mar 16
Wed, Mar 15
Feb 10 2023
Aug 9 2022
Agreed, that makes sense. Sorry for the noise.
Aug 1 2022
Jul 29 2022
Jul 3 2022
Jun 28 2022
Jun 27 2022
Jun 26 2022
Jun 24 2022
Mar 23 2022
Mar 21 2022
Dec 20 2021
Dec 2 2021
Nov 29 2021
Check ELFType == ELF::ET_CORE first in getNoteTypeName().
Nov 27 2021
Here is a new revision with the trailing spaces removed and linting
issue fixed, and updated tests.
Nov 26 2021
Nov 24 2021
Nov 2 2021
Nov 1 2021
Combine the two if checks in getNoteTypeName().
Oct 30 2021
Oct 29 2021
Sure, I reverted to the previous revision.
Oct 24 2021
Oct 21 2021
Oct 19 2021
Oct 17 2021
Avoid using regexps and use the 'eq' operator for doing string comparison.
Any update on this?
Oct 16 2021
Oct 15 2021
Yes, I rebuilt everything with the updated diff and ran check-clang-driver.
Use 'Triple' instead of 'T'.
Oct 14 2021
Oct 13 2021
Oct 9 2021
Oct 8 2021
Also define and use ToolChain reference in netbsd::Assembler::ConstructJob().
Oct 7 2021
Sep 30 2021
@xgupta Yes, I of course have plans to continue contributing to LLVM. I will apply for commit access, thanks for the suggestion!
Sep 29 2021
Sep 25 2021
@MaskRay I don't have commit access, could you commit this for me? Thanks!
Sep 24 2021
I can push this for you @fcambus.
This revision drops the unneeded line setting LLVM_LINKER_IS_GOLD.
Why do we want to keep identifying it as Gold? I guess it's because additional work needs to happen if we don't just treat it as Gold?
Sep 23 2021
Rebased on top of current main branch.