diff options
Diffstat (limited to 'clang/test/Driver/split-debug.c')
-rw-r--r-- | clang/test/Driver/split-debug.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/test/Driver/split-debug.c b/clang/test/Driver/split-debug.c index 860aebb526f..d40207d5ae3 100644 --- a/clang/test/Driver/split-debug.c +++ b/clang/test/Driver/split-debug.c @@ -61,6 +61,9 @@ // CHECK-GMLT-WITH-SPLIT: "-split-dwarf-file" // CHECK-GMLT-WITH-SPLIT: "-split-dwarf-output" +// RUN: %clang -target x86_64-unknown-linux-gnu -g -S -### %s 2> %t +// RUN: FileCheck -check-prefix=CHECK-NOINLINE-WITHOUT-SPLIT < %t %s +// // RUN: %clang -target x86_64-unknown-linux-gnu -g -fno-split-dwarf-inlining -S -### %s 2> %t // RUN: FileCheck -check-prefix=CHECK-NOINLINE-WITHOUT-SPLIT < %t %s // @@ -79,7 +82,7 @@ // CHECK-SPLIT-WITH-NOINL: "-debug-info-kind=limited" // CHECK-SPLIT-WITH-NOINL: "-split-dwarf-output" -// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -gmlt -S -### %s 2> %t +// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-dwarf -gmlt -fsplit-dwarf-inlining -S -### %s 2> %t // RUN: FileCheck -check-prefix=CHECK-GMLT-OVER-SPLIT < %t %s // // CHECK-GMLT-OVER-SPLIT: "-debug-info-kind=line-tables-only" |