| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb][test] Replace seven.join_for_shell with shlex.join (#163191) shlex.join is available in Python 3.8, which is the LLVM Project's minimum version. https://docs.python.org/3/library/shlex.html#shlex.join | 9 个月前 | |
[NFC][LLDB] Make it possible to detect if the compiler used in tests supports -fbounds-safety (#169112) This patch makes it possible to detect in LLDB shell and API tests if -fbounds-safety is supported by the compiler used for testing. The motivation behind this is to allow upstreaming https://github.com/swiftlang/llvm-project/pull/11835 but with the tests disabled in upstream because the full implementation of -fbounds-safety isn't available in Clang yet. For shell tests when -fbounds-safety is available the clang-bounds-safety feature is available which means tests can be annotated with # REQUIRES: clang-bounds-safety. API tests that need -fbounds-safety support in the compiler can use the new @skipUnlessBoundsSafety decorator. rdar://165225507 | 8 个月前 | |
[lldb][test] Replace seven.join_for_shell with shlex.join (#163191) shlex.join is available in Python 3.8, which is the LLVM Project's minimum version. https://docs.python.org/3/library/shlex.html#shlex.join | 9 个月前 | |
[NFC][Py Reformat] Reformat python files in lldb This is an ongoing series of commits that are reformatting our Python code. Reformatting is done with black (23.1.0). If you end up having problems merging this commit because you have made changes to a python file, the best way to handle that is to run git checkout --ours <yourfile> and then reformat it with black. RFC: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Differential revision: https://reviews.llvm.org/D151460 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 8 个月前 | ||
| 9 个月前 | ||
| 3 年前 |