From 5ca98fd98791947eba83a1ed3f2c8191ef7afa6c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 24 Nov 2014 09:08:18 +0000 Subject: Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_350/final@216957 --- test/CodeGen/X86/GC/lit.local.cfg | 3 +-- test/CodeGen/X86/GC/ocaml-gc.ll | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'test/CodeGen/X86/GC') diff --git a/test/CodeGen/X86/GC/lit.local.cfg b/test/CodeGen/X86/GC/lit.local.cfg index ba763cf03ffc..e71f3cc4c41e 100644 --- a/test/CodeGen/X86/GC/lit.local.cfg +++ b/test/CodeGen/X86/GC/lit.local.cfg @@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if not 'X86' in targets: +if not 'X86' in config.root.targets: config.unsupported = True diff --git a/test/CodeGen/X86/GC/ocaml-gc.ll b/test/CodeGen/X86/GC/ocaml-gc.ll index 6d5f8aebe139..37ddaf90bf67 100644 --- a/test/CodeGen/X86/GC/ocaml-gc.ll +++ b/test/CodeGen/X86/GC/ocaml-gc.ll @@ -1,8 +1,10 @@ ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck %s -define i32 @main(i32 %x) nounwind gc "ocaml" { ; CHECK: .text -; CHECK-NEXT: .globl "caml__code_begin" +; CHECK-NEXT: .file "" + +define i32 @main(i32 %x) nounwind gc "ocaml" { +; CHECK: .globl "caml__code_begin" ; CHECK-NEXT: "caml__code_begin": ; CHECK-NEXT: .data ; CHECK-NEXT: .globl "caml__data_begin" -- cgit v1.3