Skip to content

Make __CHERI__ equivalent to __CHERI_PURE_CAPABILITY__ #26

Make __CHERI__ equivalent to __CHERI_PURE_CAPABILITY__

Make __CHERI__ equivalent to __CHERI_PURE_CAPABILITY__ #26

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler@1.0.4
with:
add-labels: 'new issue'
ignore-if-labeled: true