summaryrefslogtreecommitdiff
path: root/zephyr/cmake/toolchain/llvm/generic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/cmake/toolchain/llvm/generic.cmake')
-rw-r--r--zephyr/cmake/toolchain/llvm/generic.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/cmake/toolchain/llvm/generic.cmake b/zephyr/cmake/toolchain/llvm/generic.cmake
deleted file mode 100644
index 6a248a13cf..0000000000
--- a/zephyr/cmake/toolchain/llvm/generic.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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)