flang: Fix module-debug-file-loc-linux.f90 in standalone
authorTulio Magno Quites Machado Filho <tuliom@redhat.com>
Mon, 14 Aug 2023 13:22:26 +0000 (10:22 -0300)
committerTobias Hieta <tobias@hieta.se>
Wed, 16 Aug 2023 06:16:30 +0000 (08:16 +0200)
commit9e87433217bd7cff6034a5a2672490e70c08bf7f
treed92c25ac08a47f619b9afcafc618aad1ac5e7ff3
parent4d502f14aca55b8378e75373639cbee305c8c2ad
flang: Fix module-debug-file-loc-linux.f90 in standalone

In a standalone build, there is no guarantee that flang code would be
saved in a directory named flang. Check only the path under flang's root
directory.

Reviewed By: #flang, kiranchandramohan

Differential Revision: https://reviews.llvm.org/D157642

(cherry picked from commit 94f377d880376fa6d5653430cad2777e51759d48)
flang/test/Lower/module-debug-file-loc-linux.f90