2 ; RUN: llvm-as %s -o %t1.o
3 ; RUN: ld.lld %t1.o %t1.o -o %t.so -shared
5 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-unknown-linux-gnu"
8 define weak void @foo(ptr %p) {
9 store i32 5, ptr %p, align 4, !tbaa !0
15 !2 = !{!"Simple C/C++ TBAA"}