[TableGen][SourceMgr] Fix obvious mistake in D141220
authorMarkus Böck <markus.boeck02@gmail.com>
Mon, 9 Jan 2023 10:16:56 +0000 (11:16 +0100)
committerMarkus Böck <markus.boeck02@gmail.com>
Mon, 9 Jan 2023 10:16:56 +0000 (11:16 +0100)
commit90b5afeb652e4073d72a513dbdff9c6e1ec10688
tree36a22dd5df6589b33a2f50f69ed0146c1ef14768
parent17a19361223d567c154344f1065b315a93ddc4ba
[TableGen][SourceMgr] Fix obvious mistake in D141220

It now tried to open the IncludedFile instead of the Filename, which was not intended.
llvm/lib/Support/SourceMgr.cpp