diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
| commit | 5ca98fd98791947eba83a1ed3f2c8191ef7afa6c (patch) | |
| tree | f5944309621cee4fe0976be6f9ac619b7ebfc4c2 /test/CodeGen/X86/GC | |
| parent | 68bcb7db193e4bc81430063148253d30a791023e (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/X86/GC')
| -rw-r--r-- | test/CodeGen/X86/GC/lit.local.cfg | 3 | ||||
| -rw-r--r-- | test/CodeGen/X86/GC/ocaml-gc.ll | 6 |
2 files changed, 5 insertions, 4 deletions
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<stdin>__code_begin" +; CHECK-NEXT: .file "<stdin>" + +define i32 @main(i32 %x) nounwind gc "ocaml" { +; CHECK: .globl "caml<stdin>__code_begin" ; CHECK-NEXT: "caml<stdin>__code_begin": ; CHECK-NEXT: .data ; CHECK-NEXT: .globl "caml<stdin>__data_begin" |
