-
Compile, link and run this modified example program, while running the input from this file: [issue.zip](https://github.com/user-attachments/files/16844935/issue.zip)
```cpp
#include
#include
…
-
I'm getting a crash when running the rend3 examples ~~in --release mode~~ with lto=thin and using LLD. (edit: Happens in both dev builds and release builds when using thinLTO)
Rend3 repo: https://g…
-
There was a discussion in the tinygo slack channel on the functionality of the net package on non-embedded platforms such as regular Linux platforms on x86_64.
What are the current limitations / issu…
-
Import header file
`
#include
#include
`
Compile Command:
`
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DVTK_DIR=/work/vtk-v9.1.0-wasm-build /work/examples/ReadOBJ/…
-
```
[3704/3704] "python3.13" "../../build/toolchain/gcc_link_wrapper.py" --output="./convert_dict" -- clang++ -fuse-ld=lld -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--i…
-
Previous versions of newsboat have built just fine with GentooLTO's optimizations, but 2.16.1 fails to link. Adding `>=net-news/newsboat-2.16.1 *FLAGS+=-ffat-lto-objects` to `ltoworkarounds.conf` make…
-
Test case from aomp smoke (teams_nest.c) reproduced inline,
```
#include
#include
int main(void) {
int fail = 0;
// …
-
LLVM's code coverage instrumentation has a mode called "runtime counter relocation" (see https://clang.llvm.org/docs/SourceBasedCodeCoverage.html). The details are not important, but one effect is tha…
-
After recent clang changes, now LTO is possible for clang with `-flto=thin` via custom_build_options and `--enable-lto=thin` for ffmpeg
Also x264 needs `--enable-lto` since it has linking errors beca…
-
When building flang with -flto=thin, the unit tests for flang cause segmentation faults. After some investigation I believe this is due to stack misalignment happening somewhere.
The issue seems t…