Files
clang-p2996/flang/test/Semantics
Andrew Gozillon 39b747d0b5 [Flang][OpenMP][Sema] More gracefully handle undefined symbol in a no implicit module for declare target
Prior to this change, if you define a module as such with a declare target in it:

module test_0
    implicit none
!$omp declare target(no_implicit_materialization_1)
end module test_0

The compiler will crash rather than give some form of reasonable
diagnostic. This patch attempts to fix that.

Reviewers: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D149913
2023-05-05 06:29:51 -05:00
..
2022-10-29 14:08:44 -07:00
2022-08-25 18:11:38 +02:00
2022-10-30 14:50:31 -07:00
2022-10-30 14:50:31 -07:00
2023-02-14 10:04:56 -03:00
2022-07-13 15:34:48 -07:00
2022-07-13 15:34:48 -07:00