[all-commits] [llvm/llvm-project] 56602a: [TableGen] Include source location in JSON dump (#...
ostannard via All-commits
all-commits at lists.llvm.org
Wed Jan 24 09:07:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56602a48c735a1c906a9ec4e03a64fd9c937def3
https://github.com/llvm/llvm-project/commit/56602a48c735a1c906a9ec4e03a64fd9c937def3
Author: ostannard <oliver.stannard at arm.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/docs/TableGen/BackEnds.rst
M llvm/lib/TableGen/JSONBackend.cpp
A llvm/test/TableGen/JSON-locs.td
M llvm/test/TableGen/JSON.td
Log Message:
-----------
[TableGen] Include source location in JSON dump (#79028)
This adds a '!loc' field to each record containing the file name and
line number of the record declaration.
More information about the All-commits
mailing list