Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCompiler (0.17 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/NativeCompilerTest.groovy

        private static final String O_EXT = ".o"
    
        protected abstract NativeCompiler getCompiler(CommandLineToolContext invocationContext, String objectFileExtension, boolean useCommandFile)
    
        protected NativeCompiler getCompiler() {
            getCompiler(new DefaultMutableCommandLineToolContext(), O_EXT, false)
        }
    
        protected abstract Class<? extends NativeCompileSpec> getCompileSpecType()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top