diff -r 7b8d96fc8799 -r d903f8d2395a 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 Wed Nov 20 21:37:47 2024 +0100 @@ -0,0 +1,3 @@ +# Assumption: This is the native host target. +set(CMAKE_C_COMPILER "clang") +set(CMAKE_CXX_COMPILER "clang++")