blob: f3542dc2dbd1cddf64056a17f20bc528f6b26244 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/clang/clang.gni")
config("compiler") {
rustflags = [ "-Clinker=$rebased_clang_prefix/lld" ]
}