From: Eric Christopher Date: Tue, 27 Aug 2013 00:46:28 +0000 (+0000) Subject: Add derived from source. X-Git-Tag: android-x86-6.0-r1~129^2~2649 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bf6f1f2a32142f4e262a706940750094407f050d;p=android-x86%2Fexternal-llvm.git Add derived from source. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189301 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.