diff options
Diffstat (limited to 'test/CodeGen/debug-info-file-checksum.c')
-rw-r--r-- | test/CodeGen/debug-info-file-checksum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/debug-info-file-checksum.c b/test/CodeGen/debug-info-file-checksum.c index 2750800d41ea9..d644aac0614f5 100644 --- a/test/CodeGen/debug-info-file-checksum.c +++ b/test/CodeGen/debug-info-file-checksum.c @@ -1,4 +1,5 @@ // RUN: %clang -emit-llvm -S -g -gcodeview -x c %S/Inputs/debug-info-file-checksum.c -o - | FileCheck %s +// RUN: %clang -emit-llvm -S -gdwarf-5 -x c %S/Inputs/debug-info-file-checksum.c -o - | FileCheck %s // Check that "checksum" is created correctly for the compiled file. |