[all-commits] [llvm/llvm-project] 5f9a53: [bazel] Fix compiler_rt:interception

NAKAMURA Takumi via All-commits all-commits at lists.llvm.org
Sat May 30 02:33:50 PDT 2026


  Branch: refs/heads/users/chapuni/fixes/interception
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f9a5382c7bd9bddc3535780a28977a2bca72f32
      https://github.com/llvm/llvm-project/commit/5f9a5382c7bd9bddc3535780a28977a2bca72f32
  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

- 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