Alastair Houghton

Results 117 comments of Alastair Houghton

Failures are: ``` Failed Tests (1): Swift(linux-x86_64) :: TypeRoundTrip/round-trip.swift ``` because ``` /usr/bin/ld.gold: error: cannot find -lswiftRemoteInspection /usr/bin/ld.gold: internal error in read_header_prolog, at ../../gold/dwarf_reader.cc:1678 clang: error: linker command failed with...

`build-script -r; utils/run-test --build-dir ... test/TypeRoundTrip/round-trip.swift` works locally on macOS, with an initially empty build directory.

Hmmm. It's failing because it can't find `swiftRemoteInspection`, which suggests we're missing a dependency somewhere.