Skip to content

__builtin_cheri_cap_build is not polymorphic on the return type #21

__builtin_cheri_cap_build is not polymorphic on the return type

__builtin_cheri_cap_build is not polymorphic on the return type #21

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