[all-commits] [llvm/llvm-project] 955365: [MCParser] Bring back srcmanager diagnostics in As...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Mar 2 04:43:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 955365524aeea122243cb8ef201cd2687e7694b4
https://github.com/llvm/llvm-project/commit/955365524aeea122243cb8ef201cd2687e7694b4
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M llvm/lib/MC/MCParser/AsmParser.cpp
Log Message:
-----------
[MCParser] Bring back srcmanager diagnostics in AsmParser
AsmParser may have no LLVMContext attached to it, which means after
5de2d189e6ad466a1f0616195e8c524a4eb3cbc0 everything goes to stderr.
Restore the old behavior.
More information about the All-commits
mailing list