[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Michał Górny via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 17 09:46:49 PST 2016
mgorny 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
----------------
jroelofs wrote:
> This CHECK's name is now a lie.
Right. I'll change it.
https://reviews.llvm.org/D26796
More information about the cfe-commits
mailing list