Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mustlinkext (0.12 sec)

  1. src/cmd/go/scriptconds_test.go

    	add("link", lazyBool("testenv.HasLink()", testenv.HasLink))
    	add("msan", sysCondition("-msan", platform.MSanSupported, true))
    	add("mustlinkext", script.Condition("platform always requires external linking", mustLinkExt))
    	add("net", script.PrefixCondition("can connect to external network host <suffix>", hasNet))
    	add("pielinkext", script.Condition("platform requires external linking for PIE", pieLinkExt))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cgo_suspect_flag_force_external.txt

    # that we force external linking.  See related
    # issues 58619,  58620, and 58848.
    
    [compiler:gccgo] skip # only external linking for gccgo
    
    [!cgo] skip 'test verifies behavior that depends on CGO_CFLAGS'
    [mustlinkext] skip 'test expects internal linking for non-cgo programs'
    
    # Here we build three program: one with explicit CGO use, one with no
    # CGO use, and one that uses a stdlib package ("runtime/cgo") that has
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 25 18:16:01 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/README

    [git]
    	the 'git' executable exists and provides the standard CLI
    [go-builder]
    	GO_BUILDER_NAME is non-empty
    [link]
    	testenv.HasLink()
    [msan]
    	GOOS/GOARCH supports -msan
    [mustlinkext]
    	platform always requires external linking
    [net:*]
    	can connect to external network host <suffix>
    [pielinkext]
    	platform requires external linking for PIE
    [race]
    	GOOS/GOARCH supports -race
    [root]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top