8 Commits

Author SHA1 Message Date
Danial Klimkin
dd2792ac7d
[bazel] Fix build past 6292f117c39b9fc72da4e40328eeeda2aa94a5f2 (#110459) 2024-09-30 09:46:41 +02:00
Keith Smiley
d30d25196c
[bazel] Port f597ce03a6b2b7268e6a5c11cf7478c87b65b2bc (#110396) 2024-09-28 18:52:53 -07:00
Benjamin Kramer
fffdd9ed42 [bazel] Port 69f8923efa61034b57805a8d6d859e9c1ca976eb 2024-09-10 12:39:18 +02:00
Keith Smiley
134176058f
[bazel] Add support for building orc_rt (#87730) 2024-04-04 18:06:55 -07:00
Keith Smiley
14be4930c1
[bazel] Make compiler-rt analyze on macOS (#86001)
Previously the select above would fail for non-linux platforms if you
did a `bazel build @llvm-project//...`, now this target specifies that
it's only supported on the linux platform through bazel's
`target_compatible_with` feature. This makes all targets in the tree be
ignored when building on incompatible platforms (and fail if built
directly)
2024-03-22 14:17:51 -07:00
Jordan Rupprecht
2fcfc9754a [NFC] Reformat bzl files with buildifier 2024-02-12 11:35:18 -08:00
Benjamin Kramer
c19995e965
[bazel] Fix compiler-rt build after 07c9189fcc063bdf6219d2733843c89cde3991e1 2024-01-09 17:53:25 +01:00
NAKAMURA Takumi
cd25a50a8f [Bazel] Introduce //compiler-rt:profile
At the moment,

  - Provide only `profile`
  - Will invoke error unless the platform is linux

Differential Revision: https://reviews.llvm.org/D156095
2023-09-06 22:10:30 +09:00