Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRISCVTrampolines (0.12 sec)

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

    			if err != nil {
    				t.Fatal(err)
    			}
    			got := strings.TrimSpace(string(out))
    			if got != tt.wantOut {
    				t.Errorf("got %q; want %q", got, tt.wantOut)
    			}
    		})
    	}
    }
    
    func TestRISCVTrampolines(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	t.Parallel()
    
    	tmpDir := t.TempDir()
    	tmpFile := filepath.Join(tmpDir, "x.s")
    
    	// Calling b from a or c should not use trampolines, however
    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