[PATCH] D27570: Move DwarfGenerator.cpp to unittests
Benjamin Kramer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 04:53:10 PST 2016
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
The include through ../lib is still ugly, but I believe resolving the cyclic dependency between codegen and asmparser is more important. It also avoids paying the cost of compiling testing code for every LLVM build even though it's not used in LLVM itself.
https://reviews.llvm.org/D27570
More information about the llvm-commits
mailing list