Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCompileWithoutShared (0.29 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	argv := cmdToRun("./testp6")
    	cmd = exec.Command(argv[0], argv[1:]...)
    	out, err = cmd.CombinedOutput()
    	t.Logf("%v\n%s", argv, out)
    	if err != nil {
    		t.Fatal(err)
    	}
    }
    
    // TestCompileWithoutShared tests that if we compile code without the
    // -shared option, we can put it into an archive. When we use the go
    // tool with -buildmode=c-archive, it passes -shared to the compiler,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
Back to top