-
Currently one has to make Clang find the libc++ library by:
```
export CPLUS_INCLUDE_PATH=$LIBCXX_DIR/include/c++/v1/
export LIBRARY_PATH=$LIBCXX_DIR/lib
```
A better way might be to specify `-DC_IN…
-
[Reproducer](https://godbolt.org/#z:OYLghAFBqd5QCxAYwPYBMCmBRdBLAF1QCcAaPECAMzwBtMA7AQwFtMQByARg9KtQYEAysib0QXAGx8BBAKoBnTAAUAHpwAMvAFYTStJg1DIApACYAQuYukl9ZATwDKjdAGFUtAK4sGIAMxmpK4AMngMmAByPgBGmMQS/…
-
```
What steps will reproduce the problem?
1. Compile libcxx & libcxxabi with msan
2. Compile test program with
clang++ -fsanitize=memory -O2 -fno-omit-frame-pointer -stdlib=libc++
-I$LIBCXX/include …
-
**Describe the bug**
According to the docs: https://clickhouse.com/docs/en/interfaces/formats#data-types-matching-orc, the `Date` type is not supported in the `ORC` format conversion. The date value …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39773](https://bugs.llvm.org/show_bug.cgi?id=39773) |
| Status | NEW |
| Importance | P enhancemen…
-
Spinning this out from PR #1497 to track the additional work required to analyze the newly corrected set of tests in tests.unsupported:
- [x] Execute all tests.unsupported and bucket by:
- New…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33271](https://bugs.llvm.org/show_bug.cgi?id=33271) |
| Status | NEW |
| Importance | P enhancemen…
-
I was implementing P3372 (constexpr containers and adaptors) in libc++ and found UB which fails evaluation in ExprConstant.cpp.
It's in these two files:
[`libcxx/include/__tree`](https://github.co…
-
### Description
something wrong when cross compile **openssl/3.2.1**
### Package and Environment Details
* Package Name/Version: **openssl/3.2.1**
* Operating System+version: **Linux Ubuntu 20.04*…
-
**_Updated, actually issue is different than described here before_**
This is happening when cross building for android from windows using android.toolchain.cmake as per recommended way of building a…