[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 08:53:51 PST 2016


jroelofs added inline comments.


================
Comment at: test/Driver/print-libgcc-file-name-clangrt.c:11
 // RUN:   | FileCheck --check-prefix=CHECK-CLANGRT-I686 %s
-// CHECK-CLANGRT-I686: libclang_rt.builtins-i686.a
+// CHECK-CLANGRT-I686: libclang_rt.builtins-i386.a
----------------
This CHECK's name is now a lie.


https://reviews.llvm.org/D26796





More information about the cfe-commits mailing list