[PATCH] D79170: Fix minor errors

Caroline via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 06:21:11 PDT 2020


CarolineConcatto created this revision.
Herald added subscribers: cfe-commits, kristof.beyls.
Herald added a reviewer: DavidTruby.
Herald added a reviewer: sscalpone.
Herald added a project: clang.

Signed-off-by: Caroline Concatto <caroline.concatto at arm.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79170

Files:
  clang/test/Driver/flang/flang-driver-2-frontend01.f90
  clang/test/Driver/flang/flang-driver-2-frontend02.f90


Index: clang/test/Driver/flang/flang-driver-2-frontend02.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend02.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend02.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is passed by the driver.
 ! The flag has preference over the predefined frontend "flang".
Index: clang/test/Driver/flang/flang-driver-2-frontend01.f90
===================================================================
--- clang/test/Driver/flang/flang-driver-2-frontend01.f90
+++ clang/test/Driver/flang/flang-driver-2-frontend01.f90
@@ -1,4 +1,4 @@
-! Check wich name of flang frontend is invoked by the driver
+! Check which name of flang frontend is invoked by the driver
 
 ! The flag -fortran-fe is NOT passed by the driver.
 ! Therefore, it uses the predefined frontend "flang".
@@ -7,5 +7,5 @@
 ! RUN: cp %clang %t1
 ! RUN: %t1 --driver-mode=flang -###  %s 2>&1 | FileCheck --check-prefixes=ALL %s
 
-! The invocations should begin with <test-file-name>.tmp1 -fc1.
+! The invocations should begin with flang -fc1.
 ! ALL-LABEL: "{{[^"]*}}flang" "-fc1"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79170.261209.patch
Type: text/x-patch
Size: 1272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200430/4ab8eb28/attachment.bin>


More information about the cfe-commits mailing list