Displaying 1 result from an estimated 1 matches for "machinemouleinfo".
Did you mean:
machinemoduleinfo
2008 Jun 04
2
[LLVMdev] Question about circular dependency checker
...#include <llvm/GlobalVariable.h>
#include <llvm/Module.h>
#include <llvm/CodeGen/MachineModuleInfo.h>
#include <llvm/Support/Dwarf.h>
#include <llvm/System/Path.h>
My .h file uses forward declarations for everything and needs no headers
(yet).
I need MachineMouleInfo.h to get LLVMDebugVersion, and I use Path to
split the module directory name from the file name.
Any ideas? Am I going to have to put my .cpp file in some library other
than Support?
-- Talin