[llvm] [TableGen] Fix source location for anonymous records (PR #110935)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 06:11:42 PDT 2024
================
@@ -2389,7 +2389,7 @@ Init *VarDefInit::resolveReferences(Resolver &R) const {
}
if (Changed) {
- auto New = VarDefInit::get(Class, NewArgs);
+ auto New = VarDefInit::get(Loc, Class, NewArgs);
----------------
jurahul wrote:
Done
https://github.com/llvm/llvm-project/pull/110935
More information about the llvm-commits
mailing list