summaryrefslogtreecommitdiff
path: root/zephyr/cmake/toolchain/llvm/generic.cmake
blob: 6a248a13cf98753ae6fdb9f73a0aef0d0f4e7c24 (plain)
1
2
3
4
5
6
7
# Copyright 2020 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.

set(COMPILER clang)
set(LINKER   lld)
set(BINTOOLS llvm)