diff test/CodeGen/X86/GC/ocaml-gc.ll @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children 7d135dc70f03
line wrap: on
line diff
--- a/test/CodeGen/X86/GC/ocaml-gc.ll	Thu Dec 12 15:22:36 2013 +0900
+++ b/test/CodeGen/X86/GC/ocaml-gc.ll	Mon Sep 08 22:06:00 2014 +0900
@@ -1,8 +1,10 @@
 ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck %s
 
+; CHECK:        .text
+; CHECK-NEXT:   .file   "<stdin>"
+
 define i32 @main(i32 %x) nounwind gc "ocaml" {
-; CHECK:        .text
-; CHECK-NEXT:   .globl "caml<stdin>__code_begin"
+; CHECK:   .globl "caml<stdin>__code_begin"
 ; CHECK-NEXT: "caml<stdin>__code_begin":
 ; CHECK-NEXT:   .data
 ; CHECK-NEXT:   .globl  "caml<stdin>__data_begin"