blob: ff6ce47aade6cc0648ffeb586ae41e6c09dece8c [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(is_host, "LLVM should only be referenced from host tools.")
config("include") {
include_dirs = [
"include",
# For our build configuration includes.
"//build/secondary/third_party/llvm/include",
]
}