OSDN Git Service

Add derived from source.
authorEric Christopher <echristo@gmail.com>
Tue, 27 Aug 2013 00:46:28 +0000 (00:46 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Aug 2013 00:46:28 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189301 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/dwarf-pubnames-split.ll

index f15dec2..917990a 100644 (file)
@@ -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.