• L
    Make LLVMRustHasFeature more robust · c4710203
    Luca Barbato 提交于
    The function should accept feature strings that old LLVM might not
    support.
    
    Simplify the code using the same approach used by
    LLVMRustPrintTargetFeatures.
    
    Dummify the function for non 4.0 LLVM and update the tests accordingly.
    c4710203
PassWrapper.cpp 21.3 KB