brintos

brintos / llvm-project-archived public Read only

0
0
Text · 572 B · 6c5eac6 Raw
12 lines · plain
1; RUN: opt -module-summary %s -o %t1.bc2; RUN: opt -module-summary %p/Inputs/merge-triple.ll -o %t2.bc3; RUN: llvm-lto -thinlto-action=optimize %t1.bc %t2.bc4; RUN: llvm-dis < %t1.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK15; RUN: llvm-dis < %t2.bc.thinlto.imported.bc | FileCheck %s --check-prefix=CHECK26 7target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"8target triple = "x86_64-apple-macosx10.12.0"9 10; CHECK1: target triple = "x86_64-apple-macosx10.12.0"11; CHECK2: target triple = "x86_64-apple-macosx10.11.0"12