Skip to content

[llvm-libunwind] ld.lld "undefined symbol: _Unwind_Resume" Error(s) #11321

[llvm-libunwind] ld.lld "undefined symbol: _Unwind_Resume" Error(s)

[llvm-libunwind] ld.lld "undefined symbol: _Unwind_Resume" Error(s) #11321

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
permissions:
contents: read
jobs:
automate-issues-labels:
permissions:
issues: write # for andymckay/labeler to label issues
pull-requests: write # for andymckay/labeler to label PRs
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/[email protected]
with:
add-labels: 'new issue'
ignore-if-labeled: true