Skip to content

Memory alignment incompatibility between clang-cl (18.1.0 and 19.1.5) and MSVC v19 latest when using push/pop packing and /Zp8 #38385

Memory alignment incompatibility between clang-cl (18.1.0 and 19.1.5) and MSVC v19 latest when using push/pop packing and /Zp8

Memory alignment incompatibility between clang-cl (18.1.0 and 19.1.5) and MSVC v19 latest when using push/pop packing and /Zp8 #38385

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
permissions:
contents: read
jobs:
automate-issues-labels:
permissions:
issues: write
runs-on: ubuntu-24.04
if: github.repository == 'llvm/llvm-project'
steps:
- uses: llvm/actions/issue-labeler@5dd955034a6742a2e21d82bf165fcb1050ae7b49 # main
with:
repo-token: ${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}
configuration-path: .github/new-issues-labeler.yml
include-title: 1
include-body: 0
sync-labels: 0
enable-versioned-regex: 0