Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm: update test cases to LLVM 10.0 #3

Merged
merged 5 commits into from
Mar 26, 2020

Conversation

mewmew
Copy link
Member

@mewmew mewmew commented Mar 26, 2020

First step taken:

  1. Update VER in testdata/llvm/Makefile from 9.0.0 to 10.0.0
  2. Run make from testdata/llvm
  3. Run ./skip.sh from testdata/llvm
  4. Run git add . from testdata/llvm

Second step was update *.ll.golden test cases.

Final step will be to update the test cases of Coreutils and SQLite, which requires Clang 10.0 being installed on the system.

Fixes llir/llvm#132.

NOTE: NOT YET READY FOR MERGE.

mewmew added 5 commits March 26, 2020 19:15
Steps taken:

1. Update VER in testdata/llvm/Makefile from 9.0.0 to 10.0.0
2. Run `make` from testdata/llvm
3. Run `./skip.sh` from testdata/llvm
4. Run `git add .` from testdata/llvm

This is just the first step to update the test cases to LLVM 10.0.

A follow-up commit will update `*.ll.golden` test cases.

And another follow-up commit will update the test cases of Coreutils
and SQLite, which requires Clang 10.0 being installed on the system.

Updates llir/llvm#132.
This change updates the golden test cases that either had a trivial
change of contents or had strictly the unnamed parameter change as
referenced in PR llir/llvm#131.

See llir/llvm#132 (comment)
for further details.
This change updates golden test cases that removed contents between 9.0
and 10.0.

The change in both cases is trival.
A little new contents was added and unnamed parameters were assigned
names per LLVM 10.0 convention.
…VM 10.0

A little new contents was added and unnamed parameters were assigned
names per LLVM 10.0 convention.
@mewmew mewmew merged commit fcf99f9 into llir:master Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update test cases to LLVM 10.0
1 participant