[all-commits] [llvm/llvm-project] ce3924: [flang] Silence spurious error on non-CUDA use of ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Sep 10 14:09:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce392471c0d9cb3ef88d05fcbcff59de8ea0c1e1
https://github.com/llvm/llvm-project/commit/ce392471c0d9cb3ef88d05fcbcff59de8ea0c1e1
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M flang/include/flang/Semantics/type.h
M flang/lib/Evaluate/type.cpp
M flang/lib/Semantics/check-declarations.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/type.cpp
A flang/test/Semantics/Inputs/modfile66.cuf
A flang/test/Semantics/modfile66.f90
Log Message:
-----------
[flang] Silence spurious error on non-CUDA use of CUDA module (#107444)
When a module file has been compiled with CUDA enabled, don't emit
spurious errors about non-interoperable types when that module is read
by a USE statement in a later non-CUDA compilation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list