brintos

brintos / llvm-project-archived public Read only

0
0
Text · 462 B · 62caec6 Raw
8 lines · plain
1// Steps to fix this test if it fails:2//   1. Update X86ManualInstrMapping.def to manually correct the entries in fold tables, or3//      fix the vulnerable rules in X86InstrMappingEmitter.cpp until the diff is reasonable4//   2. cp <generated_file> x86-instr-mapping.inc5 6// RUN: llvm-tblgen -gen-x86-instr-mapping %p/../../lib/Target/X86/X86.td -I %p/../../lib/Target/X86 -I %p/../../include -o %t7// RUN: diff --strip-trailing-cr %p/x86-instr-mapping.inc %t8