Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
This commit is contained in:
@@ -26,7 +26,7 @@ CachedWriter CW; // Object to accelerate printing of LLVM
|
||||
|
||||
|
||||
#ifdef PROFILE_STRUCTURE_FIELDS
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "Support/CommandLine.h"
|
||||
static cl::Flag ProfileStructureFields("profilestructfields",
|
||||
"Profile Structure Field Accesses");
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user