| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libcxxabi] Copy headers into build location Prior to D120727, the libcxx build was responsible for copying libcxxabi headers into the right location, both in the build and install trees, but now it's the responsibility of the libcxxabi build. While the build already did the right thing for the install tree, it wouldn't copy headers into the build tree, resulting in errors when trying to use the just built toolchain as is the case in the runtimes build when building compiler-rt runtimes. Differential Revision: https://reviews.llvm.org/D125597 | 4 年前 | |
[libcxxabi] Omit dllimport in public headers in MinGW mode This matches the corresponding change to libcxx headers in dfa88927ae1411ccc3b248b7e624f2acf623d947. This avoids needing to define _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS when building libcxxabi tests, for two reasons: - It defaults to normal linkage (as opposed to dllimport), fixing linking of a static library version of libcxx/libcxxabi - It avoids issues with using dllimport declarations on symbols when including cxxabi implementations into the testcase itself Differential Revision: https://reviews.llvm.org/D148441 | 3 年前 | |
[libc++abi] Fix test failures with GCC 14 (#95759) This adds a new __cxa_call_terminate, which GCC 14 generates calls to now. Clang had __clang_call_terminate for the same use-case for a long time. It also fixes a test that is enabled now, since GCC has the __has_feature FTM now. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 3 年前 | ||
| 2 年前 |