[all-commits] [llvm/llvm-project] 127783: [MLIR][LLVM] Debug info: fix DIDerivedTypeAttr rel...
Bruno Cardoso Lopes via All-commits
all-commits at lists.llvm.org
Fri May 2 11:05:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12778374881e84bf2a8571f2815ed1e94ffe5709
https://github.com/llvm/llvm-project/commit/12778374881e84bf2a8571f2815ed1e94ffe5709
Author: Bruno Cardoso Lopes <bruno.cardoso at gmail.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp
M mlir/test/Dialect/LLVMIR/debuginfo.mlir
Log Message:
-----------
[MLIR][LLVM] Debug info: fix DIDerivedTypeAttr relation to DIScopeAttr (#138200)
Fix `di_subprogram` references to scopes composed of `di_derived_type`s,
which currently fail to parse with:
```
error: failed to parse LLVM_DISubprogramAttr parameter 'scope' which is to be a `DIScopeAttr`
```
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