Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for libcompiler_rt (0.3 sec)

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

    				// On OpenBSD `clang --print-libgcc-file-name` returns "libgcc.a".
    				// In this case we fail to load libgcc.a and can encounter link
    				// errors - see if we can find libcompiler_rt.a instead.
    				*flagLibGCC = ctxt.findLibPathCmd("--print-file-name=libcompiler_rt.a", "libcompiler_rt")
    			}
    			if ctxt.HeadType == objabi.Hwindows {
    				loadWindowsHostArchives(ctxt)
    			}
    			if *flagLibGCC != "none" {
    				hostArchive(ctxt, *flagLibGCC)
    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