diff options
author | Malhar Jajoo <malhar.jajoo@arm.com> | 2022-03-01 10:51:21 +0000 |
---|---|---|
committer | Malhar Jajoo <malhar.jajoo@arm.com> | 2022-03-01 17:33:06 +0000 |
commit | 6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7 (patch) | |
tree | 691979447cf1805db678d347ed7b637324f744f7 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 97e013dd6ba4afc2c20cec1abe8b443f55c3310c (diff) | |
download | llvm-6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7.zip llvm-6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7.tar.gz llvm-6d658f37a4ba5a6f3efd732126a6046ddfbbb5f7.tar.bz2 |
[Openmp]: Missing import statement in openmp interface for Fortran
Essentially removed the "use omp_lib_kinds" statement and replaced it
with import to maintain consistency (and avoid compilation error
in case the omp_lib_kinds.mod file is not accessible) in header file.
The import is required to access entities in host scoping unit.
Differential Revision: https://reviews.llvm.org/D120707
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions