[PATCH] D32269: [Driver] Add iSOFTLinux to GNU ToolChains X86Triple

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 19:58:26 PDT 2017


compnerd added inline comments.


================
Comment at: test/Driver/linux-ld.c:467-471
+// RUN: %clang %s -### -o %t.o 2>&1 --target=x86_64-everest-linux
+// RUN: %clang %s -### -o %t.o 2>&1 --target=x86_64-pure64-linux
+// RUN: %clang %s -### -o %t.o 2>&1 --target=i686-isoft-linux
+// RUN: %clang %s -### -o %t.o 2>&1 --target=i686-everest-linux
+// RUN: %clang %s -### -o %t.o 2>&1 --target=i686-pure64-linux
----------------
These only invoke clang, but don't actually test anything.


Repository:
  rL LLVM

https://reviews.llvm.org/D32269





More information about the cfe-commits mailing list