25ea080 Fix brp-llvm-compile-lto to not rely on a backtracking regex

Authored and Committed by tbaeder 2 years ago
    Fix brp-llvm-compile-lto to not rely on a backtracking regex
    
    Instead, grep the llvm-strings output for "-flto" and "-fno-lto" and
    recognize the input as LTO input if -flto has a byte index greater than
    -fno-lto.
    
        
file modified
+14 -8
file modified
+4 -1