[PATCH] D14999: MC: Warn on .xxx_version_min <-> target triple version mismatch
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 14:40:21 PST 2015
t.p.northover added a comment.
This might be a bit overzealous. A simple "clang -arch armv7s myfile.s" defaults to an ios5.0 triple rather than an unspecified version, but I'd prefer not to have to tell clang both on the command-line and in a directive about the version (and to have to keep them in sync).
Repository:
rL LLVM
http://reviews.llvm.org/D14999
More information about the llvm-commits
mailing list