diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2020-12-10 11:46:35 +0000 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2020-12-10 17:54:12 +0000 |
commit | 764690b8a883c9466324f9c33ab1047a0661e8ef (patch) | |
tree | 4df93ef6815472c7d61c0c91cf94339a014bd13c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b035513c06d1cba2bae8f3e88798334e877523e1 (diff) | |
download | llvm-764690b8a883c9466324f9c33ab1047a0661e8ef.zip llvm-764690b8a883c9466324f9c33ab1047a0661e8ef.tar.gz llvm-764690b8a883c9466324f9c33ab1047a0661e8ef.tar.bz2 |
[clang] Remove `-triple` from the invocations of `flang-new -fc1`
This is just a small change in the Flang tool within libclangDriver.
Currently it passes `-triple` when calling `flang-new -fc1` for various
driver Jobs. As there is no support for code-generation, `-triple` is
not required and should remain unsupported. It is safe to remove it.
This hasn't been a problem as the affected driver Jobs are not yet
implemented or used. However, we will be adding support for them in the
near future and the fact `-triple` is added will become a problem.
Differential Revision: https://reviews.llvm.org/D93027
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions