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

1 2 3 4

  /external/clang/test/Driver/
sysroot-flags.c 1 // Check for proper handling of --sysroot and -isysroot flags.
3 // RUN: %clang -### -fsyntax-only -isysroot /foo/bar %s 2>&1 | \
4 // RUN: FileCheck %s -check-prefix=ISYSROOT
5 // ISYSROOT: "-isysroot" "{{[^"]*}}/foo/bar"
7 // Check that we get both isysroot for headers, and pass --sysroot on to GCC to
12 // SYSROOT_EQ: "-isysroot" "{{[^"]*}}/foo/bar"
16 // -isysroot.
17 // RUN: %clang -### -target x86_64-unknown-linux-gnu -isysroot /baz \
20 // ISYSROOT_AND_SYSROOT: "-isysroot" "{{[^"]*}}/baz
    [all...]
sysroot.c 4 // CHECK-SYSROOTEQ: "-cc1"{{.*}} "-isysroot" "{{[^"]*}}/FOO"
6 // Apple Darwin uses -isysroot as the syslib root, too.
9 // RUN: -isysroot /FOO -### %t2.o 2> %t2
10 // RUN: FileCheck --check-prefix=CHECK-APPLE-ISYSROOT < %t2 %s
11 // CHECK-APPLE-ISYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/FOO"
13 // Check that honor --sysroot= over -isysroot, for Apple Darwin.
16 // RUN: -isysroot /FOO --sysroot=/BAR -### %t3.o 2> %t3
warning-options.cpp 6 // Check that -isysroot warns on nonexistent paths.
7 // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s
8 // CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO'
darwin-sdkroot.c 1 // Check that SDKROOT is used to define the default for -isysroot on Darwin.
11 // CHECK-BASIC: "-isysroot" "{{.*tmpdir}}"
22 // CHECK-NONPATH-NOT: "-isysroot"
32 // CHECK-NONROOT-NOT: "-isysroot"
crash-report-modules.m 5 // RUN: %clang -fsyntax-only %s -I %S/Inputs/module -isysroot /tmp/ \
31 // CHECKSH: "-isysroot" "/tmp/"
linux-header-search.cpp 14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
25 // CHECK-BASIC-LIBCXX-INSTALL: "-isysroot" "[[SYSROOT:[^"]+]]"
37 // CHECK-UBUNTU-11-04: "-isysroot" "[[SYSROOT:[^"]+]]"
53 // CHECK-UBUNTU-13-04: "-isysroot" "[[SYSROOT:[^"]+]]"
70 // CHECK-UBUNTU-14-04: "-isysroot" "[[SYSROOT:[^"]+]]"
87 // CHECK-UBUNTU-13-04-CROSS: "-isysroot" "[[SYSROOT:[^"]+]]"
104 // CHECK-UBUNTU-13-04-M32: "-isysroot" "[[SYSROOT:[^"]+]]"
118 // CHECK-UBUNTU-14-04-M32: "-isysroot" "[[SYSROOT:[^"]+]]"
133 // CHECK-UBUNTU-14-04-I686: "-isysroot" "[[SYSROOT:[^"]+]]"
146 // CHECK-UBUNTU-14-04-PPC64LE: "-isysroot" "[[SYSROOT:[^"]+]]
    [all...]
  /external/clang/test/ARCMT/
migrate-on-pch-and-module.m 2 // RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fmodules-cache-path=%t-mcp -w
3 // RUN: %clang_cc1 -objcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fmodules-cache-path=%t-mcp
  /external/clang/test/PCH/
reloc.c 2 // RUN: -isysroot %S/libroot %S/libroot/usr/include/reloc.h
4 // RUN: -include-pch %t -isysroot %S/libroot %s -Xclang -verify
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 125 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
128 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
135 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
138 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
158 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
161 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
181 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
184 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
190 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
193 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g'
    [all...]
test_sysconfig.py 179 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot '
187 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch i386 -isysroot '
195 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc -arch i386 -isysroot '
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
218 get_config_vars()['CFLAGS'] = ('-arch %s -isysroot '
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 125 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
128 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
135 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
138 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
158 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
161 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
181 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
184 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g',
190 'CPPFLAGS': '-I. -isysroot /Developer/SDKs/MacOSX10.4u.sdk',
193 '-isysroot /Developer/SDKs/MacOSX10.4u.sdk -g'
    [all...]
test_sysconfig.py 179 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot '
187 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch i386 -isysroot '
195 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc -arch i386 -isysroot '
202 get_config_vars()['CFLAGS'] = ('-arch ppc64 -arch x86_64 -arch ppc -arch i386 -isysroot '
209 get_config_vars()['CFLAGS'] = ('-arch x86_64 -arch ppc64 -isysroot '
218 get_config_vars()['CFLAGS'] = ('-arch %s -isysroot '
  /external/clang/test/Modules/
system_version.m 12 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -isysroot %t -I %t/usr/include %s -verify
19 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -isysroot %t -I %t/usr/include %s -verify
26 // RUN: %clang_cc1 -fmodules-cache-path=%t/cache -fmodules -isysroot %t -I %t/usr/include %s -verify
dependency-gen-inferred-map.m 4 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -dependency-file %t.d -MT %s.o -F %S/Inputs -fsyntax-only -fmodules -fmodules-cache-path=%t-mcp %s
self-import-header.m 4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
dependency-gen-pch.m 4 // RUN: %clang_cc1 -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -module-file-deps -dependency-file %t.d -MT %s.o -I %S/Inputs -fmodules -fdisable-module-hash -fmodules-cache-path=%t-mcp -emit-pch -o %t.pch %s
module_file_info.m 29 // CHECK: System root [-isysroot=]: '/'
  /external/clang/lib/Serialization/
GeneratePCH.cpp 30 StringRef isysroot,
33 isysroot(isysroot.str()), Out(OS),
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 34 echo "Usage: mkheaders [options] [prefix [isysroot]]"
59 # Allow for alternate isysroot in which to find headers
61 isysroot=$1
64 isysroot=
94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 34 echo "Usage: mkheaders [options] [prefix [isysroot]]"
59 # Allow for alternate isysroot in which to find headers
61 isysroot=$1
64 isysroot=
94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders 34 echo "Usage: mkheaders [options] [prefix [isysroot]]"
59 # Allow for alternate isysroot in which to find headers
61 isysroot=$1
64 isysroot=
94 ${isysroot}${SYSTEM_HEADER_DIR} ${OTHER_FIXINCLUDES_DIRS}
  /build/core/combo/
HOST_darwin-x86_64.mk 45 HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DEPLOYMENT_TARGET=$(mac_sdk_version)
47 HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version)
HOST_darwin-x86.mk 45 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -isysroot $(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version) -DMACOSX_DEPLOYMENT_TARGET=$(mac_sdk_version)
47 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -isysroot $(mac_sdk_root) -Wl,-syslibroot,$(mac_sdk_root) -mmacosx-version-min=$(mac_sdk_version)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 132 # builds, in particular -isysroot and -arch arguments to the compiler. This
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
284 m = re.search(r'-isysroot\s+(\S+)', cflags)
292 flags = re.sub(r'-isysroot\s+\S+(?:\s|$)', ' ', flags)
300 This function will strip '-isysroot PATH' and '-arch ARCH' from the
305 barf if multiple '-isysroot' arguments are present.
312 # OSX before 10.4.0, these don't support -arch and -isysroot at
317 stripSysroot = '-isysroot' in cc_args
336 index = compiler_so.index('-isysroot')
346 if '-isysroot' in cc_args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 132 # builds, in particular -isysroot and -arch arguments to the compiler. This
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
284 m = re.search(r'-isysroot\s+(\S+)', cflags)
292 flags = re.sub(r'-isysroot\s+\S+(?:\s|$)', ' ', flags)
300 This function will strip '-isysroot PATH' and '-arch ARCH' from the
305 barf if multiple '-isysroot' arguments are present.
312 # OSX before 10.4.0, these don't support -arch and -isysroot at
317 stripSysroot = '-isysroot' in cc_args
336 index = compiler_so.index('-isysroot')
346 if '-isysroot' in cc_args
    [all...]

Completed in 939 milliseconds

1 2 3 4