[PATCH] D31262: MIParser/MIRPrinter: Compute block successors if not explicitely specified

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 13:49:25 PDT 2017


MatzeB added inline comments.


================
Comment at: lib/CodeGen/MIRParser/MIParser.cpp:16
+
+#include "../MIRPrinter.h"
 #include "MILexer.h"
----------------
qcolombet wrote:
> Do we have other relative path in the code base?
> It feels awful.
Not many, but there are some in ExecutionEngine/RuntimeDyld, for example:

ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h:#include "../RuntimeDyldCOFF.h"


but ok, I can move MIRPrinter.h to include/llvm/CodeGen instead. I'll do that in the next update.


Repository:
  rL LLVM

https://reviews.llvm.org/D31262





More information about the llvm-commits mailing list