Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2000abe74ff2e61bf3dc21edd257da9c6e78abc6
/
.
/
Modules
/
Linker
/
LLD.cmake
blob: 6695f983f08ff06af54bddfebb89e55853325ba3 [
file
]
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
include_guard
()
include
(
Linker
/
GNU
)
macro
(
__linker_lld lang
)
__linker_gnu
(
$
{
lang
})
endmacro
()