Skip to content

Commit

Permalink
✨ Release 20221119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Nov 19, 2022
1 parent c4f27df commit 088e6c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_ll",
version = "20221105.0",
version = "20221119.0",
execution_platforms_to_register = [
"@rules_ll//ll:ll_linux_exec_platform",
],
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ C++ with a Clang/LLVM based toolchain built from upstream.
`llvm-bazel-overlay <https://github.com/llvm/llvm-project/tree/main/utils/bazel>`_.
- Custom overlays for ``libcxx``, ``libcxxabi``, ``libunwind``, ``compiler-rt``
and ``clang-tidy``.
- Parallel ``clang-tidy`` invocations via an ``ll_compilation_database``
target.
- Builtin ``clang-tidy`` invocations via an ``ll_compilation_database`` target.
- Support for sanitizers via target attributes.
- Heterogeneous programming for Nvidia GPUs using HIP and CUDA, including fully
automated setup of required libraries, toolkits etc.
- Toolchains for heterogeneous code targeting Nvidia GPUs with HIP or CUDA.
- C++ modules.

**Links**
Expand Down Expand Up @@ -75,7 +73,7 @@ workspace:
touch WORKSPACE.bazel .bazelrc
echo 5.3.2 > .bazelversion
echo 'bazel_dep(name="rules_ll", version="20221105.0")' > MODULE.bazel
echo 'bazel_dep(name="rules_ll", version="20221119.0")' > MODULE.bazel
Copy the following lines into the just created ``.bazelrc`` file:

Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name="rules_ll", version="20221105.0")
bazel_dep(name="rules_ll", version="20221119.0")
local_path_override(module_name = "rules_ll", path = "..")

# hipSYCL under development.
Expand Down

0 comments on commit 088e6c1

Please sign in to comment.