Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUndefinedRelocErrors (0.25 sec)

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

    package ld
    
    import (
    	"bytes"
    	"debug/pe"
    	"fmt"
    	"internal/testenv"
    	"os"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"testing"
    )
    
    func TestUndefinedRelocErrors(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	// When external linking, symbols may be defined externally, so we allow
    	// undefined symbols and let external linker resolve. Skip the test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 05:45:53 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top