Skip to content

[Draft] Pre-allocate node map in graph's duplicateNodes() #13

[Draft] Pre-allocate node map in graph's duplicateNodes()

[Draft] Pre-allocate node map in graph's duplicateNodes() #13

name: "Check libc++ generated files"
on:
pull_request:
paths:
- 'libcxx/**'
permissions:
contents: read
jobs:
check_generated_files:
runs-on: ubuntu-24.04
steps:
- name: Fetch LLVM sources
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
- name: Install dependencies
uses: aminya/setup-cpp@a276e6e3d1db9160db5edc458e99a30d3b109949 # v1.7.1
with:
clangformat: 17.0.1
ninja: true
- name: Check generated files
run: libcxx/utils/ci/run-buildbot check-generated-output