comparison gen/cl_options.h @ 1402:1311dabc6a1f

Merged xfBuild patch for dependency tree generation. See #286.
author Christian Kamm <kamm incasoftware de>
date Wed, 20 May 2009 21:13:41 +0200
parents 7ce8355fbcc6
children 8863cf7236e6
comparison
equal deleted inserted replaced
1401:e2cf1f67ca33 1402:1311dabc6a1f
33 #ifdef _DH 33 #ifdef _DH
34 extern cl::opt<std::string> hdrDir; 34 extern cl::opt<std::string> hdrDir;
35 extern cl::opt<std::string> hdrFile; 35 extern cl::opt<std::string> hdrFile;
36 #endif 36 #endif
37 extern cl::list<std::string> versions; 37 extern cl::list<std::string> versions;
38 extern cl::opt<std::string> moduleDepsFile;
38 39
39 extern cl::opt<const llvm::TargetMachineRegistry::entry*, false, 40 extern cl::opt<const llvm::TargetMachineRegistry::entry*, false,
40 llvm::RegistryParser<llvm::TargetMachine> > mArch; 41 llvm::RegistryParser<llvm::TargetMachine> > mArch;
41 extern cl::opt<bool> m32bits; 42 extern cl::opt<bool> m32bits;
42 extern cl::opt<bool> m64bits; 43 extern cl::opt<bool> m64bits;