]> granicus.if.org Git - clang/commit
Fix pr13749. There is still a lot of code using getArchName that should be
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 22 Sep 2012 15:04:11 +0000 (15:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 22 Sep 2012 15:04:11 +0000 (15:04 +0000)
commit6f009b68b9f7aaf280144b0cd81d6a0b23c733a6
treebf3b012bd2d6131d9a7b78d7054ad01c6dbccca1
parent2ad11cd666f8e80463b5fd155072633f8e1283a4
Fix pr13749. There is still a lot of code using getArchName that should be
using getArch, but I will try to fix them one at time to add tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/clang-translation.c