brintos

brintos / llvm-project-archived public Read only

0
0
Text · 567 B · ba93b5a Raw
22 lines · plain
1; RUN: llvm-as -o %t %s2; RUN: llvm-lto2 dump-symtab %t | FileCheck %s3 4; CHECK: target triple: x86_64-unknown-linux-gnu5target triple = "x86_64-unknown-linux-gnu"6target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"7 8; CHECK-NOT: linker opts:9!0 = !{!"/include:foo"}10!llvm.linker.options = !{ !0 }11 12; CHECK: {{^dependent libraries: \"foo\" \"b a r\" \"baz\"$}}13!1 = !{!"foo"}14!2 = !{!"b a r"}15!3 = !{!"baz"}16!llvm.dependent-libraries = !{!1, !2, !3}17 18@g1 = global i32 019 20; CHECK-NOT: fallback g121@g2 = weak alias i32, ptr @g122