From 8de41f3d54c265b9fcbcd3df943b1049f17e662e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Dec 2017 15:28:42 +0200 Subject: Recognize and handle Clang's -pc-windows-msvc target triplet --- tests/target-triplet/driver.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/target-triplet/driver.cxx b/tests/target-triplet/driver.cxx index 5e61a46..78329bd 100644 --- a/tests/target-triplet/driver.cxx +++ b/tests/target-triplet/driver.cxx @@ -121,6 +121,10 @@ main () assert (test ("x86_64-microsoft-win32-msvc14.0", "x86_64-microsoft-win32-msvc14.0", "x86_64", "microsoft", "win32-msvc", "14.0", "windows")); + + assert (test ("x86_64-pc-windows-msvc", + "x86_64-windows-msvc", + "x86_64", "", "windows-msvc", "", "windows")); } static bool -- cgit v1.1