[flang-commits] [flang] [llvm] [flang][OMPIRBuilder] Keep debug location in sync with insert point. (PR #89953)

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Tue Apr 30 07:28:31 PDT 2024


================
@@ -0,0 +1,27 @@
+!RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only -fopenmp %s -o -
+
+! Test that this file builds without an error.
----------------
Meinersbur wrote:

Could you add a `CHECK:` line that shows at least that some debug location is pointing to the correct line?

https://github.com/llvm/llvm-project/pull/89953


More information about the flang-commits mailing list