diff options
author | Mats Petersson <mats.petersson@arm.com> | 2022-09-13 18:04:01 +0100 |
---|---|---|
committer | Mats Petersson <mats.petersson@arm.com> | 2022-09-14 14:16:31 +0100 |
commit | b36b27b3fc78015b1821987309955328436f60e4 (patch) | |
tree | b96098340b28b8e0a00be6b1e773e99b9a746fb3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 244a6a76d9dfca0ffb3300254978825c932e585d (diff) | |
download | llvm-b36b27b3fc78015b1821987309955328436f60e4.zip llvm-b36b27b3fc78015b1821987309955328436f60e4.tar.gz llvm-b36b27b3fc78015b1821987309955328436f60e4.tar.bz2 |
[flang][driver]Fix broken flang-new mlir test
The test was added as a .mlir file, and this extension is not
in the lit.cfg.py, so it was never run. When running it, the
file would produce an error, as semicolon is not an MLIR comment.
This adds the extension and fixes the comment start by using C++
style comments.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D133792
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions