| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them In the new-style testing configurations, we were hardcoding paths to the include and lib directories, which was incorrect but always went unnoticed because the hardcoded values always happened to match the actual value. When using new-style configs with the bootstrapping build, this falls appart -- and we never noticed this because the bootstrapping build was still using old style configs. This patch removes the %{install} substitution, which makes it too tempting to hardcode installation paths, and it also switches the bootstrapping build to actually using new-style configs like we always intended to do. Differential Revision: https://reviews.llvm.org/D121700 | 4 年前 | |
[libc++abi][AIX] Add 2 LIT tests for the AIX unwinder Summary: This patch creates sub-directory libcxxabi/test/vendor/ibm and adds 2 LIT test cases for the AIX EH under the directory. One tests the restoration of the condition register and the other tests the restoration of vector registers. Both are saved on the stack by the function prologue. Reviewed by: compnerd, libc++abi Differential Revision: https://reviews.llvm.org/D114445 | 4 年前 |