Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for toolChain (0.23 sec)

  1. src/cmd/link/internal/ld/lib.go

    	}
    
    	// On PPC64, verify the external toolchain supports Power10. This is needed when
    	// PC relative relocations might be generated by Go. Only targets compiling ELF
    	// binaries might generate these relocations.
    	if ctxt.IsPPC64() && ctxt.IsElf() && buildcfg.GOPPC64 >= 10 {
    		if !linkerFlagSupported(ctxt.Arch, argv[0], "", "-mcpu=power10") {
    			Exitf("The external toolchain does not support -mcpu=power10. " +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/go/go_test.go

    		// The whole GOROOT/pkg tree was installed using the GOHOSTOS/GOHOSTARCH
    		// toolchain (installed in GOROOT/pkg/tool/GOHOSTOS_GOHOSTARCH).
    		// The testgo.exe we are about to create will be built for GOOS/GOARCH,
    		// which means it will use the GOOS/GOARCH toolchain
    		// (installed in GOROOT/pkg/tool/GOOS_GOARCH).
    		// If these are not the same toolchain, then the entire standard library
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    ====
    
    The Kotlin DSL Plugin leverages <<toolchains#toolchains,Java Toolchains>>.
    By default the code will target Java 8.
    You can change that by defining a Java toolchain to be used by the project:
    
    .Changing the JVM target using toolchains
    ====
    include::sample[dir="samples/java/jvm-multi-project-with-toolchains/kotlin/",files="buildSrc/src/main/kotlin/myproject.java-conventions.gradle.kts[tags=toolchain]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    +
    You can bypass the toolchain discovery by specifying the installation directory of the version of Visual Studio you want via link:{groovyDslPath}/org.gradle.nativeplatform.toolchain.VisualCpp.html#org.gradle.nativeplatform.toolchain.VisualCpp:installDir[VisualCpp.setInstallDir(Object)].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

            return this;
        }
    
        public BuildScriptBuilder javaToolchainFor(JavaLanguageVersion languageVersion) {
            return block("Apply a specific Java toolchain to ease working on different environments.", "java", t -> {
                t.block(null, "toolchain", t1 -> {
                    t1.propertyAssignment(null, "languageVersion",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  6. tensorflow/BUILD

            {},
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "raspberry_pi_armeabi",
        values = {
            "crosstool_top": "@local_config_arm_compiler//:toolchain",
            "cpu": "armeabi",
        },
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "android_arm",
        constraint_values = if_google(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

    import org.gradle.internal.nativeintegration.services.NativeServices;
    import org.gradle.internal.scripts.ScriptFileUtil;
    import org.gradle.internal.service.ServiceRegistry;
    import org.gradle.jvm.toolchain.internal.ToolchainConfiguration;
    import org.gradle.launcher.cli.DefaultCommandLineActionFactory;
    import org.gradle.launcher.daemon.configuration.DaemonBuildOptions;
    import org.gradle.process.internal.streams.SafeStreams;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask.setPreCompiledHeader(org.gradle.nativeplatform.toolchain.internal.PreCompiledHeader)> has arguments/return type org.gradle.nativeplatform.toolchain.internal.PreCompiledHeader that is not Gradle public...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    		ld.Switcher.Error(err)
    	} else {
    		base.Error(err)
    	}
    }
    
    // switchIfErrors switches toolchains if a switch is needed.
    func (ld *loader) switchIfErrors(ctx context.Context) {
    	if ld.Switcher != nil {
    		ld.Switcher.Switch(ctx)
    	}
    }
    
    // exitIfErrors switches toolchains if a switch is needed
    // or else exits if any errors have been reported.
    func (ld *loader) exitIfErrors(ctx context.Context) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  ifdef __GXX_RTTI
    // When building against STLport with the Android NDK and with
    // -frtti -fno-exceptions, the build fails at link time with undefined
    // references to __cxa_bad_typeid. Note sure if STL or toolchain bug,
    // so disable RTTI when detected.
    #   if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) && \
           !defined(__EXCEPTIONS)
    #    define GTEST_HAS_RTTI 0
    #   else
    #    define GTEST_HAS_RTTI 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top