-
### Comment:
Hi I'm in the process of swapping out a from-source LLVM build with the llvmdev packages.
utilities (count, not, FileCheck etc) end up in a non default location [here](https://github.…
-
build with
```sh
llvm/utils/release/test-release.sh \
-release 17.0.6\
-final \
-triple x86_64-apple-darwin22 \
-j 8 \
-use-ninja \
-configure-flags "-DLLVM_USE_STATIC_ZSTD=ON" …
-
README in this branch incorrectly mentioned version 2.9 when the llvm-source code is 2.7.
I verified this is indeed the case by downloading the source code form the [release page](https://releases.…
-
clang-20 crashed with ```alias``` attribute and ```constructor``` attribute at ```-O1``` and above.
Compiler explorer: https://godbolt.org/z/5bqxWjPE5
```
$cat mutant.c
int a() __attribute__((…
-
```bash
bash-5.2$ git ls-files ::*.cmake ::*CMakeLists.txt ::*.cmake.in
CMakeLists.txt
cmake/Config.cmake.in
etc/ci-clang-toolchain.cmake
etc/clang-16-toolchain.cmake
etc/clang-17-toolchain.cmak…
-
I tried running the tests with `lit`'s documented [`-q` option](https://llvm.org/docs/CommandGuide/lit.html#cmdoption-lit-q). Aside from discovering that it ignores `-o testing_x64.log` (which isn't w…
-
The text and the html report for my project https://github.com/jendrikw/clearurls show that one line in rules.rs is missing coverage, but I can't find it. I tried `--show-missing-lines`, but that did …
-
The SPIR-V dialect has scripts to define SPIR-V ops/enums/attributes based on the SPIR-V spec in the json format: https://github.com/llvm/llvm-project/tree/main/mlir/utils/spirv .
The json schema w…
kuhar updated
2 months ago
-
### Problem Description
[One of rocThrust's tests](https://github.com/ROCm/rocThrust/blob/develop/testing/scan.cu#L531) for the scan algorithm is failing right after the ROCm 6.2.1 release. During …
-
I tried to install all the toolchain, but I always encounter this error(error: use of undeclared identifier 'hsa_amd_signal_create_on_agent) when executing the following command.
Could you please let…