Skip to content

Commit 2eed640

Browse files
committed
mark lld as toolchain for SBOM
b5ab3c2ed424c25900fa4dc4ab2204549f3a856e
1 parent a569234 commit 2eed640

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/platform/lld/ya.make

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ RESOURCES_LIBRARY()
22

33
DEFAULT(LLD_VERSION ${CLANG_VER})
44

5+
TOOLCHAIN(lld)
6+
VERSION(${LLD_VERSION})
7+
58
IF (LLD_VERSION == 14)
69
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(LLD_ROOT lld14.json)
710
ELSE()

0 commit comments

Comments
 (0)