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

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 11:59:36 PDT 2021


zero9178 added a comment.

In D86974#2642100 <https://reviews.llvm.org/D86974#2642100>, @AndrewLitteken wrote:

>> 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.

Looks like it to me yes


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

https://reviews.llvm.org/D86974



More information about the llvm-commits mailing list