Skip to content

Set the host triple in clang

Rodrigo Arias Mallo requested to merge fix-clang-asan into master

Fixes the problem where the triple used by newer versions of config.guess don't match due to a change in x86 from x86_64-unknown-linux-gnu to x86_64-pc-linux-gnu.

Closes #150 (closed)

Merge request reports