[PATCH] D108745: [asan] Fixed a runtime crash.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 09:13:31 PDT 2021


kstoimenov added a comment.

So the test will compile to an executable, so it will have to be a cpp file with a main. Then it will run 'objdump --disassemble=__asan_check_load4_rn53' and check that the machine code is properly generated. Where would be a good place to put this kind of test? The llvm/test/CodeGen/X86 location doesn't seem to be a good place as it has only .ll files in it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108745



More information about the llvm-commits mailing list