Mercurial > hg > CbC > CbC_llvm
view test/ThinLTO/X86/merge-triple.ll @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 Dec 2018 19:23:36 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
line wrap: on
line source
; RUN: opt -module-summary %s -o %t1.bc ; RUN: opt -module-summary %p/Inputs/merge-triple.ll -o %t2.bc ; RUN: llvm-lto -thinlto-action=optimize %t1.bc %t2.bc ; RUN: llvm-dis < %t1.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK1 ; RUN: llvm-dis < %t2.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK2 target triple = "x86_64-apple-macosx10.12.0" ; CHECK1: target triple = "x86_64-apple-macosx10.12.0" ; CHECK2: target triple = "x86_64-apple-macosx10.11.0"