summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-27 00:46:28 +0000
committerEric Christopher <echristo@gmail.com>2013-08-27 00:46:28 +0000
commitbf6f1f2a32142f4e262a706940750094407f050d (patch)
tree812bfc89a099eb8cc1c8ac145871a3a8693db246 /test
parent478a1189cba8c8ab17c8d5a2a56a472a96526823 (diff)
downloadllvm-bf6f1f2a32142f4e262a706940750094407f050d.tar.gz
llvm-bf6f1f2a32142f4e262a706940750094407f050d.tar.bz2
llvm-bf6f1f2a32142f4e262a706940750094407f050d.tar.xz
Add derived from source.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/X86/dwarf-pubnames-split.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/dwarf-pubnames-split.ll b/test/DebugInfo/X86/dwarf-pubnames-split.ll
index f15dec2a68..917990a62d 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.