diff options
| author | Heejin Ahn <aheejin@gmail.com> | 2024-06-25 23:14:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 23:14:04 -0700 |
| commit | 1822e3183d92e1bb9a742038e1dac3fb70b39028 (patch) | |
| tree | 34735e88c815de7d93a5fd25ad3027b4c7d3ace9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
| parent | a159b36724d9b7dc67702d742ffd63503f6a1417 (diff) | |
| download | llvm-1822e3183d92e1bb9a742038e1dac3fb70b39028.zip llvm-1822e3183d92e1bb9a742038e1dac3fb70b39028.tar.gz llvm-1822e3183d92e1bb9a742038e1dac3fb70b39028.tar.bz2 | |
[WebAssembly] Rename target-features.ll (#96716)
I'm planning on a PR that splits `target-features.ll` into two different
files and fix some other stuff on them:
- `target-features-attrs.ll` that tests target features by bitcode
function attributes and `-mattr=` options
- `target-features-cpus.ll` that tests target features by `-mcpu=`
options
But `target-features-attrs.ll` will share a bulk of the lines with the
current `target-features.ll`. And if I remove `target-features.ll` and
create the two new files in a single PR, git doesn't recognize either of
them as a copy (I hoped at least `target-features-attrs.ll` would be
recognized as a copy because it shares many lines with the current file)
So to make the diff smaller and easier to review, I'm renaming the file
first. I'll follow up with the PR that does the actual splitting.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions
