Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlite: regenerate test case using Clang 10.0 and update to latest ve…
…rsion To update the SQLite test case to the latest version using Clang 10.0, these steps were taken. 1. Update VER in Makefile to 3310100 and update the download link to include /2020/. 2. Run make from the sqlite directory. 3. Run `l-ir -p sqlite.ll > sqlite.ll.golden`, and use `diff -u -w` to verify that the difference is only cosmetic (e.g. comments). 4. Commit changes to Makefile and sqlite/test/*.ll and sqlite/test/*.ll.golden The contents of l-ir is presented at https://play.golang.org/p/a7FLFnEbePL Updates llir/llvm#139 and updates llir/llvm#132.
- Loading branch information