[all-commits] [llvm/llvm-project] 80ad13: [bazel] Fix compiler-rt:interception (#200561)

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Sat May 30 03:25:03 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80ad13af63ef25d4e62adce6e3362f659b5c521f
      https://github.com/llvm/llvm-project/commit/80ad13af63ef25d4e62adce6e3362f659b5c521f
  Author: NAKAMURA Takumi <geek4civic at gmail.com>
  Date:   2026-05-30 (Sat, 30 May 2026)

  Changed paths:
    M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel

  Log Message:
  -----------
  [bazel] Fix compiler-rt:interception (#200561)

- Add `-DCOMPILER_RT_BUILD_PROFILE_ROCM=1`
- Prune `"lib/sanitizer_common/*.S"`, it means `*.inc.S`
- Add `-fvisibility=hidden`

Bazel doesn't add `-gline-tables-only` by default. Add flags to CMake
side to align the build to Bazel.

- `-DCOMPILER_RT_HAS_G_FLAG=OFF`
- `-DCOMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG=OFF`



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list