blob: 57e8eb6b51e1a6877b86eb5ce76c628596d2c32e [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 "$@"