1 ; runtime library implementations should be added to llvm.compiler.used
2 ; RUN: llvm-as <%s >%t1
3 ; RUN: llvm-lto -o %t2 %t1
4 ; RUN: llvm-nm --no-sort %t2 | FileCheck %s -check-prefix=KEEP -check-prefix=LOSE
6 target triple = "x86_64-apple-darwin9"
13 ; KEEP-LABEL: ___divti3
14 define void @__divti3() {
19 define void @memset() {
24 define void @myprintf() {