diff -r 2b4f361e3891 -r 629d5123a979 tools/corrosion/.github/scripts/toolchains/x86_64-unknown-linux-gnu-clang.cmake --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/corrosion/.github/scripts/toolchains/x86_64-unknown-linux-gnu-clang.cmake Tue Dec 31 15:19:43 2024 +0100 @@ -0,0 +1,3 @@ +# Assumption: This is the native host target. +set(CMAKE_C_COMPILER "clang") +set(CMAKE_CXX_COMPILER "clang++")