Skip to content

Commit

Permalink
[WebAssembly] Rename target-features.ll (llvm#96716)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aheejin authored Jun 26, 2024
1 parent a159b36 commit 1822e31
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit 1822e31

Please sign in to comment.