| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 个月前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[compiler-rt] Update some tests to pass with lit internal shell. (#157910) The lit internal shell needs environment variable definitions to be preceded by the 'env' keyword. This PR add that to tests that were missing it. | 10 个月前 | |
Replace |& with 2>&1 in ignore_free_hooks test. (#100004) The test file ignore_free_hooks.cpp (added in https://github.com/llvm/llvm-project/pull/96749/files) fails on mac because |& doesn't work on mac. Replace with 2>&1. | 2 年前 | |
Fix more compiler-rt tests after #149015. | 1 年前 | |
[sanitizer] Select non-internal frames in ReportErrorSummary (#77406) Summary contains one line and should point to user code instead of internal compiler-rt location. TSAN already does that. | 2 年前 |