1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add derived from source.

llvm-svn: 189301
This commit is contained in:
Eric Christopher 2013-08-27 00:46:28 +00:00
parent f937a0a2e2
commit a58048789c

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.