User Details
- User Since
- Feb 26 2015, 2:08 AM (421 w, 2 d)
Mon, Mar 20
Fix review notes in the test
Test failures looks unrelated, can someone take a look at the patch, maybe @ldionne ?
Thanks in advance!
Fri, Mar 17
Fix test for 32-bit (check SIZE_WIDTH)
Update commit message
Jan 4 2023
@azat if such a pthread_mutex_lock using program does not need to work with tsan, we can keep simple and use #if SANITIZER_GLIBC\n#if !GLIBC_PREREQ(2, 34) instead.
Closed in favor of D140957
Jan 3 2023
Can someone elaborate, does my changes breaks CI? Does not looks like this is so.
Jan 1 2023
Nov 16 2022
Oct 2 2022
Optional: End full sentences with a period. Some directories use the convention that non-RUN-non-CHECK lines use /// as the comment marker. The idea is to make comments stand out and foster possible future lit/FileCheck improvement that check unused prefixes.
Update comment in the test
Oct 1 2022
Rerun CI
Sep 29 2022
Apparently test failures are not related?
Update the test
Sep 28 2022
Can someone make a final review please? Thanks in advance.
Sep 25 2022
If the two patches are basically identical with just some fixes for the problem, the convention is to reuse the original Differential.
Resubmit with fixed tests and using --plugin-opt
Closing in favor of https://reviews.llvm.org/D133092
Sep 20 2022
If the two patches are basically identical with just some fixes for the problem, the convention is to reuse the original Differential.
Which patch needs review, this one or D133875? Or are they both relevant?
Can someone do a final review on this? And apply it if everything is OK.
Sep 18 2022
Sep 15 2022
Update the test
Fix clang-format and tiny test refactoring
Sep 14 2022
The message is outdated now.
Test cleanup
Add a real check of .debug_aranges in the test
Use --plugin-opt=-generate-arange-section instead.
I wasn't expecting that
This is not correct. GNU ld and gold don't accept -mllvm. You need to use -plugin-opt=-generate...
I think @MaskRay was saying this doesn't actually work & different flags are needed to pass to lld
Closed in favor of https://reviews.llvm.org/D133875
Perhaps lld[^"]*" would be better?
Presumably this would break if someone's build uses a tool suffix (so lld becomes lld-tot or something like that)? Perhaps lld[^"]*" would be better?
@thakis Thanks for taking a look!
the test crashes with sanitizers https://lab.llvm.org/buildbot/#/builders/5/builds/27437
Can someone pick this please?
Can you please fix this?
Still not enough, requires one more patch - https://reviews.llvm.org/D133847. Sigh.
Sep 13 2022
~sort of. The process is described here: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access
Hm, by some reason on CI there is lld, any clue? (I've looked through other tests, and cannot find anything different that will show path to lld or require it explicitly)
the usual flow would be once you have approval to go ahead and submit the patch yourself - I take it you don't have commit access?
Is there anything left here?
Sep 8 2022
Update comment
Update comment
@dblaikie Rebased. Brief of you comment had been added into the code, and the whole comment included into the commit message. Thanks for taking a look!
Adjust comments as suggested by @dblaikie
Sep 7 2022
PS4CPU.cpp actually does have a case where we pass "-mllvm -enable-jmc-instrument" to lld, so you are not breaking new ground here.
Update test and comments in the code (suggestions from @probinson)
Sep 6 2022
Can someone take a look please?
Sep 4 2022
Adjust the test (to fix build on windows)
Sep 2 2022
v3: test only linux (to avoid failures on windows)
v4: add a comment about SCE
@Orlando thanks for taking a look!
Aug 31 2022
Add test
Apr 11 2022
Is it possible that this change just broke the lldb data formatter for string?
Apr 7 2022
And I just applied your original patch locally on my arm64 macbook air, ran the macOS 11 backdeployment testing, and I can see numerous tests failing because strings have an incorrect length. So this issue would have been caught with macOS arm64 backdeployment CI.
Rebase on top of main
ldionne should I resubmit the patch to run CI against https://reviews.llvm.org/D123081?
Apr 5 2022
Use unsigned char for __padding (as noted by @ldionne)
Apr 4 2022
Apr 1 2022
Mar 29 2022
v2: avoid ABI breakage (thanks to tests and @ldionne)
Mar 28 2022
Dec 23 2021
Dec 22 2021
v3: fix typo and add a comment in test
v2: fix mode for real setbuffer()
Jul 22 2021
Run clang-format (via git clang-format instead of arc --lint, since later is not complete)
Run clang-format
Please clang-format
Dec 16 2020
Update patch after github email was verified
Please make sure you have the correct access rights and the repository exists.') INFO Syncing local, origin and upstream... INFO Backing off reset_repository(...) for 2.4s (git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git push origin main stderr: 'ERROR: You must verify your email address. See https://github.com/settings/emails.