HomeSort by relevance Sort by last modified time
    Searched full:nostdlib (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Driver/
nostdlib.c 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)?}}
    [all...]
fveclib.c 13 // RUN: %clang -fveclib=Accelerate %s -nostdlib -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK-NOSTDLIB %s
14 // CHECK-LINK-NOSTDLIB-NOT: "-framework" "Accelerate"
arclite-link.c 5 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -nostdlib %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOSTDLIB %s
13 // CHECK-NOSTDLIB-NOT: -lobjc
fopenmp.c 24 // RUN: %clang -nostdlib -target x86_64-linux-gnu -fopenmp=libomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-OMP
25 // RUN: %clang -nostdlib -target x86_64-linux-gnu -fopenmp=libgomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-GOMP
26 // RUN: %clang -nostdlib -target x86_64-linux-gnu -fopenmp=libiomp5 %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-IOMP5
32 // RUN: %clang -nostdlib -target x86_64-darwin -fopenmp=libomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-OMP
33 // RUN: %clang -nostdlib -target x86_64-darwin -fopenmp=libgomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-GOMP
34 // RUN: %clang -nostdlib -target x86_64-darwin -fopenmp=libiomp5 %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-IOMP5
40 // RUN: %clang -nostdlib -target x86_64-freebsd -fopenmp=libomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-OMP
41 // RUN: %clang -nostdlib -target x86_64-freebsd -fopenmp=libgomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-GOMP
42 // RUN: %clang -nostdlib -target x86_64-freebsd -fopenmp=libiomp5 %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-IOMP5
44 // RUN: %clang -nostdlib -target x86_64-netbsd -fopenmp=libomp %s -o %t -### 2>&1 | FileCheck %s --check-prefix=CHECK-NO-OM
    [all...]
instrprof-ld.c 22 // RUN: -target x86_64-unknown-linux -fprofile-instr-generate -nostdlib \
25 // RUN: | FileCheck --check-prefix=CHECK-LINUX-NOSTDLIB-X86-64 %s
27 // CHECK-LINUX-NOSTDLIB-X86-64: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
28 // CHECK-LINUX-NOSTDLIB-X86-64: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.profile-x86_64.a"
78 // RUN: -target x86_64-apple-darwin14 -fprofile-instr-generate -nostdlib \
80 // RUN: | FileCheck --check-prefix=CHECK-DARWIN-NOSTDLIB-X86-64 %s
82 // CHECK-DARWIN-NOSTDLIB-X86-64: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
83 // CHECK-DARWIN-NOSTDLIB-X86-64: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}darwin{{/|\\\\}}libclang_rt.profile_osx.a"
myriad-toolchain.c 74 // RUN: %clang -target sparc-myriad -### -nostdlib %s 2>&1 | FileCheck %s --check-prefix=NOSTDLIB
75 // NOSTDLIB-NOT: crtbegin.o
76 // NOSTDLIB-NOT: "-lc"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr12696-1.cc 3 /* { dg-extra-ld-options {-r -nostdlib} } */
  /external/llvm/test/tools/llvm-symbolizer/
ppc64.test 2 // with just "clang -nostdlib":
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
OcvImageManipulation.csproj 35 <NoStdLib>true</NoStdLib>
45 <NoStdLib>true</NoStdLib>
56 <NoStdLib>true</NoStdLib>
66 <NoStdLib>true</NoStdLib>
77 <NoStdLib>true</NoStdLib>
    [all...]
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
OcvRotatingCube.csproj 35 <NoStdLib>true</NoStdLib>
45 <NoStdLib>true</NoStdLib>
56 <NoStdLib>true</NoStdLib>
66 <NoStdLib>true</NoStdLib>
77 <NoStdLib>true</NoStdLib>
    [all...]
  /external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/
OpenCVXaml.csproj 35 <NoStdLib>true</NoStdLib>
45 <NoStdLib>true</NoStdLib>
56 <NoStdLib>true</NoStdLib>
66 <NoStdLib>true</NoStdLib>
77 <NoStdLib>true</NoStdLib>
    [all...]
  /external/v8/build/android/tests/symbolize/
Makefile 9 $(CXX) -nostdlib -g -fPIC -shared $< -o $@
  /external/llvm/test/Object/Inputs/
elfver.S 2 # ARGS="-shared -nostdlib -Wl,--version-script=elfver.script"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-arm-1.s 1 #; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
cfi-sparc-1.s 1 #; $ as -o test.o -32 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
cfi-sparc64-1.s 1 #; $ as -o test.o -64 gas-cfi-test.s && gcc -m64 -nostdlib -o test test.o
cfi-m68k.s 1 #; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
cfi-ppc-1.s 1 #; $ as -o test.o -a32 gas-cfi-test.s && gcc -nostdlib -o test test.o
cfi-s390x-1.s 1 #; $ as -o test.o -m64 -march=z900 gas-cfi-test.s && gcc -m64 -nostdlib -o test test.o
  /external/zlib/src/contrib/dotzlib/DotZLib/
DotZLib.csproj 36 NoStdLib = "false"
56 NoStdLib = "false"
  /external/libevent/
README.android 29 CFLAGS="-nostdlib
  /external/mesa3d/src/gallium/state_trackers/xa/
Makefile 42 $(CC) -Wl,-r -nostdlib -o $(XA_LIB_NAME) $(OBJECTS) $(CFLAGS)
  /external/curl/
androidconfigure 37 "-nostdlib"
  /external/jemalloc/android/scripts/
conf_arm64.sh 26 "-nostdlib"
conf_mips.sh 26 "-nostdlib"

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 9