| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
[lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch script The Scalable Matrix Extension (SME) does not require extra options beyond setting the cpu to "max". https://qemu-project.gitlab.io/qemu/system/arm/cpu-features.html#sme-cpu-property-examples SME depends on SVE, so that will be enabled too even if you don't ask for it by name. --sve --sme -> SVE and SME --sme -> SVE and SME --sve -> Only SVE Reviewed By: omjavaid Differential Revision: https://reviews.llvm.org/D152519 | 3 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk Allow users to use a non-system version of perl, python and awk, which is useful in certain package managers. Reviewed By: JDevlieghere, MaskRay Differential Revision: https://reviews.llvm.org/D95119 | 5 年前 | |
Update framework-header-fix to force system sed Summary: There are 2 changes here: 1. Use system sed instead of the sed found in the user's path. This fixes this script in the case the user has gnu-sed in their $PATH before bsd sed since -i '' isn't compatible and you need -i instead. 2. set -e in this script so it fails as soon as one of these commands fail instead of throwing errors for each file if they fail Since this is only ran on macOS, and we're already using this absolute path below, this seems like a safe addition Reviewers: kastiglione, beanz Reviewed By: kastiglione Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D49776 llvm-svn: 346099 | 7 年前 | |
[lldb] Put SBSourceLanguageName in lldb namespace (#91685) | 2 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
Add a script to setup codesigning on macOS. I've been using this script on a couple machines and it seems to work so I'm putting it out there, maybe other people will find it useful. It is strongly inspired from a similar script in the delve project. llvm-svn: 334743 | 8 年前 | |
[lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLS Followup to #67628 that relaxes the symbol regex a bit to cover more lldb_private symbols. | 2 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
[lldb] Replace the usage of module imp with module importlib (#70443) imp got removed in Python 3.12 [1] and the community recommends using importlib in newer Python versions. [1] https://docs.python.org/3.12/whatsnew/3.12.html#imp | 2 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 5 年前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 8 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |