brintos

brintos / llvm-project-archived public Read only

0
0
Text · 368 B · 8dc55f8 Raw
10 lines · plain
1UNSUPPORTED: system-windows2 3RUN: mkdir -p %t4RUN: cp %S/Inputs/main.c %t/main.c5RUN: %clang_host %t/main.c -std=c99 -gdwarf-5 -o %t/main.out6RUN: echo "// Modify source file hash" >> %t/main.c7RUN: %lldb -b %t/main.out -o 'b main' -o 'r' 2>&1 | FileCheck %s8 9CHECK: warning: main.c: source file checksum mismatch between line table ({{.*}}) and file on disk ({{.*}})10