]> granicus.if.org Git - clang/commitdiff
[Test] Initial test commit access
authorAaron Enye Shi <enye.shi@gmail.com>
Tue, 26 Jun 2018 17:12:29 +0000 (17:12 +0000)
committerAaron Enye Shi <enye.shi@gmail.com>
Tue, 26 Jun 2018 17:12:29 +0000 (17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335630 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains/HIP.cpp

index 8514aa6481dbda34fa4e2222bc259744f54a6f34..0f6fb2d309da95cac3a1a6d0182d5682476ab088 100644 (file)
@@ -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;