Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for issue38192 (0.35 sec)

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

    	tmpdir := t.TempDir()
    	wd, err := os.Getwd()
    	if err != nil {
    		t.Fatalf("where am I? %v", err)
    	}
    	pdir := filepath.Join(wd, "testdata", "issue38192")
    	f := gobuildTestdata(t, tmpdir, pdir, DefaultOpt)
    	defer f.Close()
    
    	// Open the resulting binary and examine the DWARF it contains.
    	// Look for the function of interest ("main.singleInstruction")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
Back to top