[llvm] [X86] Set MaxAtomicSizeInBitsSupported. (PR #75112)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 20:00:41 PST 2023
================
@@ -71,6 +71,6 @@ jobs:
python ./code-format-tools/llvm/utils/git/code-format-helper.py \
--token ${{ secrets.GITHUB_TOKEN }} \
--issue-number $GITHUB_PR_NUMBER \
- --start-rev $START_REV \
+ --start-rev $(git merge-base $START_REV $END_REV) \
----------------
jyknight wrote:
OK. I was just trying it out to see if it worked, but I didn't realize it couldn't be tested that way! Thanks.
https://github.com/llvm/llvm-project/pull/75112
More information about the llvm-commits
mailing list