blob: bd9be816fb6e1838e97e631b204e92e5ddcb722a [file] [edit]
; Test that an invalid summary version error includes the module name.
RUN: not llvm-lto --thinlto-index-stats %p/Inputs/invalid-summary-version.bc 2>&1 | \
RUN: FileCheck %s
CHECK: Invalid summary version {{[0-9]+}} in module '{{.*}}invalid-summary-version.bc'. Version should be in the range [1-{{[0-9]+}}].