[llvm] r189301 - Add derived from source.
Eric Christopher
echristo at gmail.com
Mon Aug 26 17:46:29 PDT 2013
Author: echristo
Date: Mon Aug 26 19:46:28 2013
New Revision: 189301
URL: http://llvm.org/viewvc/llvm-project?rev=189301&view=rev
Log:
Add derived from source.
Modified:
llvm/trunk/test/DebugInfo/X86/dwarf-pubnames-split.ll
Modified: llvm/trunk/test/DebugInfo/X86/dwarf-pubnames-split.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dwarf-pubnames-split.ll?rev=189301&r1=189300&r2=189301&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dwarf-pubnames-split.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dwarf-pubnames-split.ll Mon Aug 26 19:46:28 2013
@@ -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.
More information about the llvm-commits
mailing list