blob: e8e4d1973c3693ba5bfb8613004285fa54c61242 [file] [log] [blame]
# Copyright 2018 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.
assert(current_toolchain == host_toolchain,
"LLVM should only be referenced from host tools.")
config("include") {
include_dirs = [
"include",
# For our build configuration includes.
"//build/secondary/third_party/llvm/include",
]
}