Home | History | Annotate | Download | only in Driver

Lines Matching full:nostdlib

1 // RUN: %clang -target i686-pc-linux-gnu -### -nostdlib %s 2> %t
6 // Most of the toolchains would check for -nostartfiles and -nostdlib
9 // RUN: %clang -### -nostartfiles -nostdlib -target i386-apple-darwin %s \
13 // In the presence of -nostdlib, the standard libraries should not be
16 // RUN: -target i686-pc-linux-gnu -nostdlib --rtlib=compiler-rt \
18 // RUN: | FileCheck --check-prefix=CHECK-LINUX-NOSTDLIB %s
21 // RUN: -target i686-pc-linux-gnu --rtlib=compiler-rt -nostdlib \
23 // RUN: | FileCheck --check-prefix=CHECK-LINUX-NOSTDLIB %s
25 // CHECK-LINUX-NOSTDLIB: warning: argument unused during compilation: '--rtlib=compiler-rt'
26 // CHECK-LINUX-NOSTDLIB: "{{(.*[^.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
27 // CHECK-LINUX-NOSTDLIB-NOT: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.builtins-i686.a"