[PATCH] D86974: [IRSim] Adding basic implementation of llvm-sim.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 11:16:59 PDT 2021


AndrewLitteken added a comment.

> Visual Studios Standard library starts their errors in lower case, which do not match the hardcoded values you used in your tests. Take a look at the lit feature added here https://reviews.llvm.org/rGc52fe0b02172e707aa2ba38cd2e01a1fc70dd0da, you should be able to use it to expand to the correct platform specific error message

Ah I see, that only applies to the second part of the error right? The first part (Could not open file) is LLVM generated I think.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86974/new/

https://reviews.llvm.org/D86974



More information about the llvm-commits mailing list