[all-commits] [llvm/llvm-project] 33c554: [clang][driver]Add quotation mark in test/fortran....

CarolineConcatto via All-commits all-commits at lists.llvm.org
Wed Aug 19 09:55:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 33c554d8444a5ce1fb85def04de8c0ebfec643b9
      https://github.com/llvm/llvm-project/commit/33c554d8444a5ce1fb85def04de8c0ebfec643b9
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M clang/test/Driver/fortran.f95

  Log Message:
  -----------
  [clang][driver]Add quotation mark in test/fortran.f95  to avoid false positive

If a folder's name, where the test fortran.f95 is running, has cc1 the test
fails because of  CHECK-ASM-NOT: cc1.
The solution used in this patch is to add quotation mark around cc1 and cc1as
because the driver returns these flags with quotation marks ("")

Reviewed By: DavidTruby, echristo

Differential Revision: https://reviews.llvm.org/D86132




More information about the All-commits mailing list