From: Paul Robinson Date: Tue, 29 Jan 2019 20:57:50 +0000 (+0000) Subject: [cc1as] Test that -g of empty .s file does something sensible. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d6993d5bffd3b5f1416f2c9b80d6ffbb4438049;p=clang [cc1as] Test that -g of empty .s file does something sensible. Depends on LLVM r352541. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/cc1as-asm-debug.s b/test/Misc/cc1as-asm-debug.s new file mode 100644 index 0000000000..cd36cad620 --- /dev/null +++ b/test/Misc/cc1as-asm-debug.s @@ -0,0 +1,11 @@ +// Run cc1as with debug on empty file. Needs a known name so we can check it. +// REQUIRES: x86-registered-target +// RUN: rm -rf %t && mkdir -p %t +// RUN: cp %s %t/comment.s +// RUN: %clang -cc1as -triple x86_64-linux-gnu -filetype asm -debug-info-kind=limited -dwarf-version=4 %t/comment.s | FileCheck %s +// RUN: %clang -cc1as -triple x86_64-linux-gnu -filetype asm -debug-info-kind=limited -dwarf-version=5 %t/comment.s | FileCheck %s +// Asm output actually emits the .section directives twice. +// CHECK: {{\.}}section .debug_info +// CHECK: {{\.}}section .debug_info +// CHECK-NOT: {{\.}}section +// CHECK: .ascii "comment.s"