From bf6f1f2a32142f4e262a706940750094407f050d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 27 Aug 2013 00:46:28 +0000 Subject: [PATCH] Add derived from source. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189301 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/dwarf-pubnames-split.ll | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/DebugInfo/X86/dwarf-pubnames-split.ll b/test/DebugInfo/X86/dwarf-pubnames-split.ll index f15dec2a68d..917990a62d5 100644 --- a/test/DebugInfo/X86/dwarf-pubnames-split.ll +++ b/test/DebugInfo/X86/dwarf-pubnames-split.ll @@ -1,4 +1,9 @@ ; RUN: llc -mtriple=x86_64-pc-linux-gnu -split-dwarf=Enable %s -o - | FileCheck %s +; Derived from: + +; int main (void) { +; return 0; +; } ; Check that we get a symbol off of the debug_info section when using split dwarf and pubnames. -- 2.34.1