-
### Xmake Version
v2.9.5+20241016
### Operating System Version and Architecture
Gentoo (AMD64)
### Describe Bug
While compiling a kernel module with "-v" (verbose) flag, modpost shows a…
-
JIT compilation produces these warning when compiling on MacOS:
> clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument]
> clang: warning: optimi…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34669](https://bugs.llvm.org/show_bug.cgi?id=34669) |
| Status | NEW |
| Importance | P enhancemen…
-
This is a request to support `-fno-exceptions` with exceptionless builds (via macro switch). In certain cases this is desirable behavior, namely for embedded and other environments that might use this…
-
| | |
| --- | --- |
| Bugzilla Link | [31625](https://llvm.org/bz31625) |
| Version | trunk |
| OS | Linux |
| CC | @erichkeane,@zygoloid |
## Extended Description
Clang's support for -fno-zero-in…
-
Splitting this off from Dominik Czarnota's extensive feedback in https://github.com/ossf/wg-best-practices-os-developers/issues/330.
The `-ftrapv`option that can be used to trap integer overflows i…
-
```
I would like to integrate yaml-cpp 0.5.1 into a existing project with C++
exceptions disabled but it is not possible right now due to compile-time errors
like this:
./yaml-cpp/include/yaml-cpp/…
-
Hi! I have a question about something I was considering using accelerate for scientific computation that we wish to be reproducible.
The goal is to be able to run the same computation again on a di…
-
On ubuntu lunar s390x:
https://llvm-jenkins.debian.net/job/llvm-toolchain-lunar-binaries/architecture=s390x,distribution=lunar,label=s390x/1039/console
```
ib/linux/libclang_rt.asan-s390x.a
[3/50…
-
`-fno-discard-value-names` is handy when debugging LLVM to keep variable names in the IR rather than numbered identifiers.