[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / LTO / X86 / codemodel-3.ll
blob9e03f84b6a0f74c3c23375f114deb9b42c380859
1 ; RUN: llvm-as %s -o %t0.o
2 ; RUN: llvm-as < %p/Inputs/codemodel-3.ll > %t1.o
3 ; RUN: not llvm-lto2 run -r %t0.o,_start,px -r %t1.o,bar,px %t0.o %t1.o -o %t2.s 2>&1 | FileCheck %s 
5 target triple = "x86_64-unknown-linux-gnu"
6 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 !llvm.module.flags = !{!0, !1}
10 !0 = !{i32 1, !"wchar_size", i32 4}
11 !1 = !{i32 1, !"Code Model", i32 4}
13 @data = internal constant [0 x i32] []
15 define i32* @_start() nounwind readonly {
16 entry:
17     ret i32* getelementptr ([0 x i32], [0 x i32]* @data, i64 0, i64 0)
20 ; CHECK: 'Code Model': IDs have conflicting values