summaryrefslogtreecommitdiff
path: root/zephyr/cmake/bintools/llvm/generic.cmake
blob: f85236d39c89051c88c901c23ae08472623dbf78 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

set(CMAKE_AR         "/usr/bin/llvm-ar")
set(CMAKE_NM         "/usr/bin/llvm-nm")
set(CMAKE_OBJCOPY    "/usr/bin/llvm-objcopy")
set(CMAKE_OBJDUMP    "/usr/bin/llvm-objdump")
set(CMAKE_RANLIB     "/usr/bin/llvm-ranlib")
set(CMAKE_READELF    "/usr/bin/llvm-readelf")