summaryrefslogtreecommitdiff
path: root/zephyr/cmake/bintools/llvm/generic.cmake
blob: 94b35ed51d0233dc1c22491d2c6ceee3a26a21a4 (plain)
1
2
3
4
5
6
7
8
9
10
# 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(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")