-
While compiling a large Rust binary on Windows I ran into an unusual LLVM error:
```
The unwind destination does not have an exception handling instruction!
invoke fastcc void @"_ZN8smallvec17S…
-
Before closing this issue
- [x] [Disable developer mode on mac-imac3-ky](https://github.com/brave/brave-browser/issues/23734#issuecomment-1242016916)
- [x] Revoke dev access to mac-imac3-ky
---
…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. Do some query in TiFlash => succeed
2. Restart TiFlash insta…
-
I run into build issues with compiler-rt and my PKGBUILD. I've reproduced the issue with mold-git, lld and gold as linker, and Clang-15.0.7 and Clang-17 (19f74c911246e6bd13acdfbbd69c58ebdd79012d) as c…
-
### Is your feature request related to a problem? Please describe.
- [x] package config
- [x] rules
- [x] gcc/clang/msvc
- [x] policy
### References
- https://clang.llvm.org/docs/ThinLTO.h…
-
The CGProfilePass is not run as part of compiling the LTO object file with FullLTO, as a consequence the .llvm.call-graph-profile section is not emitted into the LTO object file and profile guided la…
-
LLVM 14:
```
$ cmake --build buildclang --target bench_ondemand && ./buildclang/benchmark/bench_ondemand --benchmark_filter="json2msgpack"
Running ./buildclang/benchmark/bench_ondemand
Run on (1…
-
Hi,
I have set cmake/LLVM as compiler with thin lto flag.
I use Arch Linux AUR package, and this is my
/etc/makepkg.conf
```
#!/hint/bash
#
# /etc/makepkg.conf
#
################…
-
| | |
| --- | --- |
| Bugzilla Link | [46469](https://llvm.org/bz46469) |
| Version | 11.0 |
| OS | Linux |
| CC | @dwblaikie,@DougGregor,@dommldomml,@MaskRay,@LebedevRI,@zygoloid |
## Extended Des…
v-fox updated
2 years ago
-
env:
```
os: debian 9
go: 1.18.1
tinygo: 0.23
llvm: 14.0.0
GOOS="linux"
GOARCH="amd64"
GOROOT="/usr/local/go"
GOPATH="/go"
GOCACHE="/root/.cache/tinygo"
CGO_ENABLE…