-
### Describe your question
gbh@ubuntu:~/Desktop/emu-ex-plus-alpha/imagine/bundle/all$ source makeAll-android.sh
running make on src/libcxx/android-armv7.mk
Configuring libc++...
dir=`pwd` && cd /t…
-
### Description / Steps to reproduce the issue
`sim:libcxxtest` build in macOS CI can't find cxxabi.h. We may need to disable the build in macOS CI because [NuttX Mirror Build](https://github.com/N…
-
It'd be great if libcxx could be updated to a more recent upstream. The latest release is 3 years old at this point and it'd be great to have some of the new features (especially for cross-platform pr…
glebm updated
3 months ago
-
### Description / Steps to reproduce the issue
It's been broken for a long time but I don't see any issue about it.
```
cmake -B build -DBOARD_CONFIG=sim/libcxxtest -GNinja
cmake --build build…
-
### Contour Terminal version
0.5.1.7247
### Installer source
Github: source code cloned
### Operating System
macOS Sonoma 15.1.0
### Architecture
AArch64
### Other Software
clang-19 w/ libc++…
-
#5073 encountered a sporadic crash in [`libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/dtor.pass.cpp`](https://github.com/llvm/llvm-project/blob/69ead949d08ff0bb8cbbf4f7…
-
**Is your feature request related to a problem? Please describe.**
Linking the cef_sandbox static library is [required](https://bitbucket.org/chromiumembedded/cef/wiki/SandboxSetup.md#markdown-header…
-
This isn't necessary for WebGHC, but it's a nice-to-have that might kind of low hanging fruit. LLVM's `libcxx` does not currently build under the cross nixpkgs.
-
I don't know if this is supposed to be in a different extension or not, but it appears that this extension does not build `libc++.so.1`, which would be enabled via `-DLLVM_ENABLE_RUNTIMES="libcxx;libc…
-
首先use_custom_libcxx=false表示用系统的c++库,链接的通常按操作系统的默认设定:posix系统中,linux往往使用libstdc++,其它往往用libc++,它俩名字空间不一样,以unique_ptr为例,前者为`std::unique_ptr`,后者为`std::__1::unique_ptr`。这个至少我测试了9.4.146.24、10.6.194、11.8.172均…