forked from OSchip/llvm-project
8d5854ef09
Summary: Add option `-check-encoding` to verify if the input to LLVM disassembler matches the output of the assembler. When set, the verification runs on every instruction in processed functions. I'm not enabling the option by default as it could be quite noisy on x86 where instruction encoding is ambiguous and can include redundant prefixes. (cherry picked from FBD16595415) |
||
---|---|---|
.. | ||
src | ||
test | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
LLVMBuild.txt | ||
README.md | ||
README.txt | ||
llvm.patch |