Skip to content
  • Mikhail Glushenkov's avatar
    Validate the generated C++ code in llvmc tests. · 096fc103
    Mikhail Glushenkov authored
    Checks that the code generated by 'tblgen --emit-llvmc' can be actually
    compiled. Also fixes two bugs found in this way:
    
    - forward_transformed_value didn't work with non-list arguments
    - cl::ZeroOrOne is now called cl::Optional
    
    llvm-svn: 91404
    096fc103
Loading