Add derived from source.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189301 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-08-27 00:46:28 +00:00
parent 478a1189cb
commit bf6f1f2a32

View 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.