Searched refs:build (Results 1 - 25 of 1028) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/
H A Dremote_build.sh3 # Script that rsyncs a source/build tree to a remote server, performs a build,
8 # First it must cache all binaries that might be used during the build by
11 # source+build tree is rsync-ed to the remote server, we run a script to
12 # re-initiate the build using an overriden xcrun(1) which hands back
15 # the build results are copied back locally.
39 # Don't restart another remote build remotely
57 # Remote build isn't chrooted or special in any way
74 # For some targets like installsrc, we can't to a remote build
104 # Pick up build location
[all...]
/macosx-10.10/xnu-2782.1.97/
H A DMakefile30 # Dispatch non-xnu build aliases to their own build
155 # Targets for internal build system debugging
159 build \
/macosx-10.10/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd6 # the build, as well as make fragments and text
11 # Commands for the build environment
131 # Scripts or tools we build ourselves
250 # $(1) is a fully-expanded build config (like "RELEASE^X86_64^NONE")
257 # $(1) is a fully-expanded build config (like "RELEASE^X86_64^NONE")
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.mm1564 // release build: be forgiving and fall through to slow lookups
3165 // fixme build list of classes whose Methods are known externally?
3182 // fixme build list of classes whose Methods are known externally?
3212 // fixme build list of classes whose Methods are known externally?
4906 #warning fixme build and search caches
4912 #warning fixme build and search caches
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check12 # will build LLVM, Clang and dragonegg as well as run tests on them.
40 # a successful build and test run. A successful build is one in which
44 # A build may be invoked as such:
47 # --build=debug --build=release --build=paranoid
48 # --prefix=/home/greened/install --builddir=/home/greened/build
50 # This will build the LLVM ecosystem, including LLVM, Clangand
51 # dragonegg, putting build result
[all...]
H A Dllvm-native-gcc58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gcc command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
H A Dllvm-native-gxx58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
170 # build the llvm-gxx command line.
190 native-build [OPTIONS...] FILE
199 If called as "native-build", it compiles bitcode to native code, and takes
236 This manual page does not adequately document native-build mode.
/macosx-10.10/llvmCore-3425.0.34/utils/release/
H A Dtest-release.sh11 # Download, build, and test the release candidate for an LLVM release.
48 echo " -build-dir DIR Directory to perform testing in. [default: pwd]"
54 echo " -enable-fortran Enable Fortran build. [default: disable]"
55 echo " -disable-objc Disable ObjC build. [default: enable]"
56 echo " -test-debug Test the debug build. [default: no]"
82 -build-dir | --build-dir | -builddir | --builddir )
153 # Go to the build directory (may be different from CWD)
196 # Export sources to the build directory.
/macosx-10.10/llvmCore-3425.0.34/utils/buildit/
H A DGNUmakefile1 # LLVM LOCAL file build machinery
8 # build to just one target. The default is for ppc and i386. The compiler
42 # Default is optimized build.
49 # Default to do a native build, not a cross-build for an ARM host or simulator.
88 # We build and install in one shell script.
89 build:
/macosx-10.10/llvmCore-3425.0.34/utils/crosstool/ARM/
H A Dbuild-install-linux.sh143 # Configure, build, and install LLVM.
153 runAndLog "Building LLVM" ${LLVM_OBJ_DIR}/llvm-build.log \
171 # Configure, build, and install LLVM-GCC.
185 runAndLog "Building LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-build.log \
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure657 build
876 -build | --build | --buil | --bui | --bu)
878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1171 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1204 build=$build_alias
1212 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1361 --build=BUILD configure for building on BUILD [guessed]
1362 --host=HOST cross-compile to build program
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh121 $echo "$modename: not configured to build any kind of library" 1>&2
827 # On Cygwin there's no "real" PIC flag so we must build both object types
900 # Only build a PIC object if we are building libtool libraries.
908 # Don't build PIC code
985 # Only build a position-dependent object if we build old libraries.
988 # Don't build PIC code
2810 $echo "*** But as you try to build a module library, libtool will still create "
3120 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3844 # Test again, we may have decided not to build i
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc712 // its contents. So build a list of its contents first, then destroy them.
859 // above line. We use the expansion it would have in a non-UNICODE build.
H A DProgram.inc182 // Now build the command line.
220 // Now build the environment block.
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocPBQP.cpp190 std::auto_ptr<PBQPRAProblem> PBQPBuilder::build(MachineFunction *mf, function in class:PBQPBuilder
315 std::auto_ptr<PBQPRAProblem> PBQPBuilderWithCoalescing::build( function in class:PBQPBuilderWithCoalescing
321 std::auto_ptr<PBQPRAProblem> p = PBQPBuilder::build(mf, lis, loopInfo, vregs);
587 builder->build(mf, lis, loopInfo, vregsToAlloc);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegAllocPBQP.h10 // This file defines the PBQPBuilder interface, for classes which build PBQP
126 virtual std::auto_ptr<PBQPRAProblem> build(
147 virtual std::auto_ptr<PBQPRAProblem> build(
/macosx-10.10/llvmCore-3425.0.34/docs/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure657 build
896 -build | --build | --buil | --bui | --bu)
898 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1191 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1224 build=$build_alias
1232 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1381 --build=BUILD configure for building on BUILD [guessed]
1382 --host=HOST cross-compile to build program
[all...]
H A DMakefile21 # be build for the build system first.
24 # "llvmCore", then this is an "Apple-style" build; search for
26 # normal build.
27 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
100 # Don't build unittests when ONLY_TOOLS is set.
105 # If we're cross-compiling, build the build-hosted tools first
107 all:: cross-compile-build-tools
112 cross-compile-build
[all...]
H A DGNUmakefile1 # LLVM LOCAL file build machinery
8 # build to just one target. The default is for ppc and i386. The compiler
42 # Default is optimized build.
49 # Default to do a native build, not a cross-build for an ARM host or simulator.
88 # We build and install in one shell script.
89 build:
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh121 $echo "$modename: not configured to build any kind of library" 1>&2
827 # On Cygwin there's no "real" PIC flag so we must build both object types
900 # Only build a PIC object if we are building libtool libraries.
908 # Don't build PIC code
985 # Only build a position-dependent object if we build old libraries.
988 # Don't build PIC code
2810 $echo "*** But as you try to build a module library, libtool will still create "
3120 $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
3844 # Test again, we may have decided not to build i
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/
H A DMakefile.ocaml192 all-local:: build-deplibs
197 build-deplibs: $(OutputLibs)
221 all-local:: build-cmis
226 build-cmis: $(OutputsCMI)
232 $(Echo) "Compiling $(notdir $<) for $(BuildMode) build"
265 $(Echo) "Compiling $(notdir $<) for $(BuildMode) build"
278 $(Echo) "Archiving $(notdir $@) for $(BuildMode) build"
304 $(Echo) "Compiling optimized $(notdir $<) for $(BuildMode) build"
318 $(Echo) "Archiving $(notdir $@) for $(BuildMode) build"
359 $(Echo) "Archiving $(notdir $@) for $(BuildMode) build"
[all...]
/macosx-10.10/Security-57031.1.35/
H A D.call16 build
/macosx-10.10/cups-408/
H A DMakefile17 Configure_Flags = --with-cups-build="cups-408" \
29 # CUPS is able to build 1/2/3/4-way fat on its own, so don't override the
/macosx-10.10/cups-408/cups/
H A Dconfigure985 -build | --build | --buil | --bui | --bu)
987 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1308 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1354 build=$build_alias
1362 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1517 --enable-mallinfo build with malloc debug logging
1518 --enable-libpaper build with libpaper support
1521 --enable-acl build wit
[all...]

Completed in 288 milliseconds

1234567891011>>