[all-commits] [llvm/llvm-project] 3e86ed: [flang] Allow "name: value" in compiler directives
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Oct 8 10:02:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e86eda18c3781ab63fbe47eb48bf931a8af4a48
https://github.com/llvm/llvm-project/commit/3e86eda18c3781ab63fbe47eb48bf931a8af4a48
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M flang/lib/Parser/Fortran-parsers.cpp
M flang/test/Parser/compiler-directives.f90
Log Message:
-----------
[flang] Allow "name: value" in compiler directives
Some legacy compiler directives use colons rather than
equals signs.
Differential revision: https://reviews.llvm.org/D89017
More information about the All-commits
mailing list