зеркало из https://github.com/microsoft/clang-1.git
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a6046bec7f
Коммит
3f30ddf680
|
@ -601,14 +601,9 @@ void Driver::BuildUniversalActions(const ArgList &Args,
|
|||
Arg *A = *it;
|
||||
|
||||
if (A->getOption().getId() == options::OPT_arch) {
|
||||
const char *Name = A->getValue(Args);
|
||||
|
||||
// FIXME: We need to handle canonicalization of the specified
|
||||
// arch?
|
||||
|
||||
A->claim();
|
||||
if (ArchNames.insert(Name))
|
||||
Archs.push_back(Name);
|
||||
if (ArchNames.insert(A->getValue(Args)))
|
||||
Archs.push_back(A->getValue(Args));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче