blob: 5353fc3198573d5cb7988ab20225e75a2b3ded5c [file] [log] [blame]
#!/bin/sh
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This files wraps lld.
# Pass --hash-style=gnu to match gold/bfd wrappers.
exec "$(dirname "$(readlink -f "$0")")"/ld.lld --hash-style=gnu -z nostart-stop-gc "$@"