-
| | |
| --- | --- |
| Bugzilla Link | [13075](https://llvm.org/bz13075) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan,@jryans,@tkre…
-
```
build/standalone.gypi has a clang variable, but it does nothing. Instead, I
have to set $CC and $CXX to build with clang. This is likely a requirement for
fixing bug 1.
thakis: any suggestions …
-
Hello, Im working on a chromium fork called Thorium > https://github.com/Alex313031/Thorium and would like to test using mold instead of lld during linking of the .so files and executables. How would …
-
```
build/standalone.gypi has a clang variable, but it does nothing. Instead, I
have to set $CC and $CXX to build with clang. This is likely a requirement for
fixing bug 1.
thakis: any suggestions …
-
```
build/standalone.gypi has a clang variable, but it does nothing. Instead, I
have to set $CC and $CXX to build with clang. This is likely a requirement for
fixing bug 1.
thakis: any suggestions …
-
Build was successful with gcc but not with clang.
clang version :
```
clang version 9.0.1
Target: aarch64-unknown-linux-android
```
Errors ( trimmed )
```
In file included from log_tools/kis…
-
**What version of protobuf and what language are you using?**
Version: main
Language: C++
**What operating system (Linux, Windows, ...) and version?**
Windows 10 20H2
**What runtime / compile…
-
About the article "20230201-chrome-clang-build.md",
1) follow the step to add "fuchsia" as "target_os" into ".gclient" file, but then failed to redo "gclient sync".
Here is the log (/aosp/mcknight2…
-
When linking with `lld-link`, which provides the MSVC flavour linker with LLD subtype, the ASAN runtime selection falls through to the Linux branch and tries to link the non-existent `librustc-dev_rt.…
-
When calling `wgpuCreateInstance`, Chromium errors with
`Cannot convert a BigInt value to a number`
Offending code:
```cpp
WGPUInstance instance = wgpuCreateInstance(nullptr);
```
based on t…