From: Aaron Enye Shi Date: Tue, 26 Jun 2018 17:12:29 +0000 (+0000) Subject: [Test] Initial test commit access X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52b5428f4ed70327143838764094db3fdc699a2e;p=clang [Test] Initial test commit access git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335630 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains/HIP.cpp b/lib/Driver/ToolChains/HIP.cpp index 8514aa6481..0f6fb2d309 100644 --- a/lib/Driver/ToolChains/HIP.cpp +++ b/lib/Driver/ToolChains/HIP.cpp @@ -254,7 +254,7 @@ HIPToolChain::TranslateArgs(const llvm::opt::DerivedArgList &Args, for (Arg *A : Args) { if (A->getOption().matches(options::OPT_Xarch__)) { - // Skip this argument unless the architecture matches BoundArch + // Skip this argument unless the architecture matches BoundArch. if (BoundArch.empty() || A->getValue(0) != BoundArch) continue;