Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for correctness (0.12 sec)

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

    			const bindAtLoadWarning = "ld: warning: -bind_at_load is deprecated on macOS\n"
    			if i := bytes.Index(out, []byte(bindAtLoadWarning)); i >= 0 {
    				// -bind_at_load is deprecated with ld-prime, but needed for
    				// correctness with older versions of ld64. Swallow the warning.
    				// TODO: maybe pass -bind_at_load conditionally based on C
    				// linker version.
    				out = append(out[:i], out[i+len(bindAtLoadWarning):]...)
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top