Skip to content

Linker log spam when building on Mac #52411

Closed
@eseidel

Description

@eseidel

I'm on 85d09eb.

eseidel@erics-mbp sdk % ./tools/build.py --no-goma --mode release --arch arm64 most
Generating Xcode projects took 25ms
Done. Made 396 targets from 116 files in 648ms
buildtools/ninja/ninja -C xcodebuild/ReleaseARM64 most
ninja: Entering directory `xcodebuild/ReleaseARM64'
[302/782] LINK ./dart_precompiled_runtime
ld64.lld: warning: directory not found for option -L/usr/local/lib
[345/782] LINK ./dart_precompiled_runtime_product
ld64.lld: warning: directory not found for option -L/usr/local/lib
[409/782] LINK ./gen_snapshot
ld64.lld: warning: directory not found for option -L/usr/local/lib
[466/782] LINK ./gen_snapshot_product
ld64.lld: warning: directory not found for option -L/usr/local/lib
[575/782] LINK ./dart
ld64.lld: warning: directory not found for option -L/usr/local/lib
[721/782] LINK ./run_vm_tests
ld64.lld: warning: directory not found for option -L/usr/local/lib
[782/782] STAMP obj/most.stamp
The build took 153.113 seconds

I haven't yet figured out where the flag is coming from, but I will and plan to post a patch to fix if someone doesn't beat me to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-infrastructureUse area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions