-
emcc -v
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.45 (ef3e4e3b044de98e1811546e0bc605c65d3412f4)
clang version 18.0.0 (https://github.com/llvm/llvm-project d1e685df45…
-
Hi!
Build doesn't work. Could you explain the right way to install library, please?
-
I am using lld with LTO, targeting `elf32lriscv`. The input to lld is LLVM bitcode. As expected each large global is placed in a new section, however `.sbss` and `.sdata` are used for all globals unde…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR13526](https://bugs.llvm.org/show_bug.cgi?id=13526) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [3741](https://llvm.org/bz3741) |
| Version | unspecified |
| OS | All |
| Attachments | [A testcase. Only three loads and three stores should be produced after…
-
I am building libclc the following way:
```shell
cd libclc/build && \
cmake ../ \
-G Ninja \
-DCMAKE_C_COMPILER_LAUNCHER=/opt/sccache/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/sccache/sccache …
-
When I run `npm install` the build finishes but it seems to build with the `x86_64` architecture instead of the new `arm64` architecture needed for the M3 chip that my computer uses. Then when I try t…
-
I have a vector of large data structure that is Send but not Sync which I need to reduce. Right now, I start with the vector in serialized form and my reduce_with OP parses both arguments, reduces, th…
-
```
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google …
-
### What is your question?
Hi! I have a question regarding usage of Xcode for building conan packages.
I was using default "Unix Makefiles" generator for some time on macOS but after switching to "X…