Mercurial > hg > CbC > CbC_llvm
view test/Linker/targettriple.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 | |
children | 60c9769439b8 |
line wrap: on
line source
; REQUIRES: shell ; RUN: llvm-link %s %S/Inputs/targettriple-a.ll -S -o - 2>%t.a.err | FileCheck %s ; RUN: (echo foo ;cat %t.a.err) | FileCheck --check-prefix=WARN-A %s ; RUN: llvm-link %s %S/Inputs/targettriple-b.ll -S -o - 2>%t.b.err | FileCheck %s ; RUN: cat %t.b.err | FileCheck --check-prefix=WARN-B %s target triple = "e" ; CHECK: target triple = "e" ; WARN-A-NOT: WARNING ; WARN-B: WARNING: Linking two modules of different target triples: