[all-commits] [llvm/llvm-project] 8e2b4e: [flang] Support <name>=<integer> syntax in compile...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jul 17 17:06:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e2b4e50f27094b71840bdfc5b8ed7dbd4e85c2c
      https://github.com/llvm/llvm-project/commit/8e2b4e50f27094b71840bdfc5b8ed7dbd4e85c2c
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/unparse.cpp

  Log Message:
  -----------
  [flang] Support <name>=<integer> syntax in compiler directives

Accept name=value as part of a !DIR$ compiler directive.  These
are currently ignored in semantics, but we should recognize
more directive forms to facilitate testing.  In due course,
these placeholding directive parsers will be replaced.

Reviewed By: sscalpone

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




More information about the All-commits mailing list