Skip to content

HyperobjectType needs to copy dependence flags from parameters #13

HyperobjectType needs to copy dependence flags from parameters

HyperobjectType needs to copy dependence flags from parameters #13

Workflow file for this run

name: lldb Tests
on:
workflow_dispatch:
push:
ignore-forks: true
branches:
- 'release/**'
- 'dev/**'
- 'ci/**'
paths:
- 'lldb/**'
- '.github/workflows/lldb-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
- '!clang/**'
- '!llvm/**'
pull_request:
ignore-forks: true
branches:
- 'release/**'
- 'dev/**'
- 'ci/**'
paths:
- 'lldb/**'
- '.github/workflows/lldb-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
- '!clang/**'
- '!llvm/**'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
build_lldb:
name: Build lldb
uses: ./.github/workflows/llvm-project-tests.yml
with:
build_target: ''
projects: clang;lldb