-
Clang相比GCC来说,提供了更好的诊断和错误报告,并且兼容性也更强,跨平台的能力也更优秀。因此hpm sdk是否会考虑后期增加对于Clang(LLVM)工具链的原生支持呢。
相关Cmake脚本的修改可以参考:https://github.com/HalfSweet/hpm_sdk/tree/llvm_support
-
Our current dependency chain looks more or less like:
```mermaid
stateDiagram-v2
direction LR
state native
state melior
state "mlir-sys" as mlirsys
state "llvm-sys" as ll…
-
When building v6.10.9 with LLVM 19 and LTO and CFI and UBSAN enabled the following warnings are shown:
```
...
MODPOST Module.symvers
WARNING: modpost: vmlinux: section mismatch in reference…
-
```
#define DRM_RS_IOCTL(FOO) \
static const unsigned long DRM_RS_IOCTL_##FOO = DRM_IOCTL_##FOO
DRM_RS_IOCTL(NOUVEAU_EXEC);
```
becomes [nak_bindings.rs.txt](https://github.com/user-attachments/f…
-
failed to bump package llvm-cmake-18 to version 18.1.7: got 404 Not Found when fetching https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/cmake-18.1.7.src.tar.xz
-
Command: `espup install`
Log:
```
[info]: Installing the Espressif Rust ecosystem
[info]: Checking Rust installation
[info]: Installing Xtensa Rust 1.82.0.3 toolchain
[info]: Installing RISC-V…
-
#891 added support for populating function start lines using llvm-symbolizer data. One caveat is that if llvm-symbolizer is not available, the default `go test ./...` run fails with the error below. I…
-
Currently the package only pulls in the Windows version of the runtime packages:
```
runtime.win-x64.Microsoft.DotNet.ILCompiler.LLVM
```
It should do this for the version that it is running …
-
This is related to #866 .
Since #892 , ClangIR lowers constant local variables in C/C++ to `cir.alloca` operations with a `const` flag. The presence of the `const` flag implies:
- The variable m…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 3006ddd) snapshot for 20241111.
At certain intervals the CI system will update th…