[PATCH] D58773: Moved SymbolOrigin into its own header and implementation file
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 28 03:16:26 PST 2019
ioeric added a comment.
I'm not sure if SymbolOrigin is interesting enough to be its own library. It's usually only used along with Symbol. Maybe we could pull a library Symbol.h instead and put SymbolOrigin by Symbol?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58773/new/
https://reviews.llvm.org/D58773
More information about the cfe-commits
mailing list