[all-commits] [llvm/llvm-project] 372e6f: workflows: Use -g1 when compiling libraries for AB...

Tom Stellard via All-commits all-commits at lists.llvm.org
Fri May 7 15:37:17 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 372e6fbc8778911d743a1d8bf371bff5f805abea
      https://github.com/llvm/llvm-project/commit/372e6fbc8778911d743a1d8bf371bff5f805abea
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    M .github/workflows/libclang-abi-tests.yml
    M .github/workflows/llvm-tests.yml

  Log Message:
  -----------
  workflows: Use -g1 when compiling libraries for ABI checks

This should help reduce memory usage of the abi-dumper tool and avoid
running out of memory and disk space.


  Commit: 452500ebcde0443bc421eda407cedc888bfd8fca
      https://github.com/llvm/llvm-project/commit/452500ebcde0443bc421eda407cedc888bfd8fca
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    M .github/workflows/libclang-abi-tests.yml
    M .github/workflows/llvm-tests.yml

  Log Message:
  -----------
  workflows: Use uncompressed abi dumps

The compressed dumps are no longer readable, but I'm not sure why.


  Commit: a1a197b54ec6686963b4e56ee8117dd79679ec4a
      https://github.com/llvm/llvm-project/commit/a1a197b54ec6686963b4e56ee8117dd79679ec4a
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    M .github/workflows/libclang-abi-tests.yml

  Log Message:
  -----------
  workflows: Fix tarball download for libclang-abi-tests


Compare: https://github.com/llvm/llvm-project/compare/8e2ff387d30d...a1a197b54ec6


More information about the All-commits mailing list