[all-commits] [llvm/llvm-project] 0feff7: [flang][driver] Move standard macro predefs to a d...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Feb 11 03:45:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0feff71eabd39fc93f3d9ec30ed16e26da6cf883
https://github.com/llvm/llvm-project/commit/0feff71eabd39fc93f3d9ec30ed16e26da6cf883
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M flang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[flang][driver] Move standard macro predefs to a dedicated method (nfc)
This patch just addresses one of the outstanding TODOs. More
specifically, it moves all the outstanding standard macro predefinitions
from `SetDefaultFortranOpts` to `setDefaultPredefinitions`. This
dedicated method for standard macro predefs was introduced in:
* https://reviews.llvm.org/D96032
More information about the All-commits
mailing list