summaryrefslogtreecommitdiff
path: root/src/compilers/clang-16-native.TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/compilers/clang-16-native.TARGETS')
-rw-r--r--src/compilers/clang-16-native.TARGETS12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/compilers/clang-16-native.TARGETS b/src/compilers/clang-16-native.TARGETS
index e19e4de..0cf9e65 100644
--- a/src/compilers/clang-16-native.TARGETS
+++ b/src/compilers/clang-16-native.TARGETS
@@ -170,6 +170,18 @@
}
, "then": ["clang-tools-extra"]
}
+ , { "type": "if"
+ , "cond":
+ { "type": "lookup"
+ , "key": "INCLUDE_LLD"
+ , "map":
+ { "type": "var"
+ , "name": "TOOLCHAIN_CONFIG"
+ , "default": {"type": "empty_map"}
+ }
+ }
+ , "then": ["lld"]
+ }
]
}
}