mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix include guards so they exactly match file names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_ARRAY_RECYCLER_H
|
||||
#define LLVM_SUPPORT_ARRAY_RECYCLER_H
|
||||
#ifndef LLVM_SUPPORT_ARRAYRECYCLER_H
|
||||
#define LLVM_SUPPORT_ARRAYRECYCLER_H
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_ATOMIC_H
|
||||
#define LLVM_SYSTEM_ATOMIC_H
|
||||
#ifndef LLVM_SUPPORT_ATOMIC_H
|
||||
#define LLVM_SUPPORT_ATOMIC_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
|
@@ -20,8 +20,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_WIN_COFF_H
|
||||
#define LLVM_SUPPORT_WIN_COFF_H
|
||||
#ifndef LLVM_SUPPORT_COFF_H
|
||||
#define LLVM_SUPPORT_COFF_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cassert>
|
||||
|
@@ -29,8 +29,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_CONSTANT_RANGE_H
|
||||
#define LLVM_SUPPORT_CONSTANT_RANGE_H
|
||||
#ifndef LLVM_SUPPORT_CONSTANTRANGE_H
|
||||
#define LLVM_SUPPORT_CONSTANTRANGE_H
|
||||
|
||||
#include "llvm/ADT/APInt.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
@@ -14,8 +14,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
||||
#ifndef LLVM_SUPPORT_DATASTREAM_H_
|
||||
#define LLVM_SUPPORT_DATASTREAM_H_
|
||||
#ifndef LLVM_SUPPORT_DATASTREAM_H
|
||||
#define LLVM_SUPPORT_DATASTREAM_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -109,4 +109,4 @@ namespace llvm {
|
||||
};
|
||||
} // end namespace llvm
|
||||
|
||||
#endif /* LLVM_DEBUGLOC_H */
|
||||
#endif /* LLVM_SUPPORT_DEBUGLOC_H */
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_DYNAMIC_LIBRARY_H
|
||||
#define LLVM_SYSTEM_DYNAMIC_LIBRARY_H
|
||||
#ifndef LLVM_SYSTEM_DYNAMICLIBRARY_H
|
||||
#define LLVM_SYSTEM_DYNAMICLIBRARY_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_ERRNO_H
|
||||
#define LLVM_SYSTEM_ERRNO_H
|
||||
#ifndef LLVM_SUPPORT_ERRNO_H
|
||||
#define LLVM_SUPPORT_ERRNO_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_FENV_H
|
||||
#define LLVM_SYSTEM_FENV_H
|
||||
#ifndef LLVM_SUPPORT_FENV_H
|
||||
#define LLVM_SUPPORT_FENV_H
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
#include <cerrno>
|
||||
|
@@ -24,8 +24,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_FILE_SYSTEM_H
|
||||
#define LLVM_SUPPORT_FILE_SYSTEM_H
|
||||
#ifndef LLVM_SUPPORT_FILESYSTEM_H
|
||||
#define LLVM_SUPPORT_FILESYSTEM_H
|
||||
|
||||
#include "llvm/ADT/IntrusiveRefCntPtr.h"
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_GCOV_H
|
||||
#define LLVM_GCOV_H
|
||||
#ifndef LLVM_SUPPORT_GCOV_H
|
||||
#define LLVM_SUPPORT_GCOV_H
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_GETELEMENTPTRTYPE_H
|
||||
#define LLVM_SUPPORT_GETELEMENTPTRTYPE_H
|
||||
#ifndef LLVM_SUPPORT_GETELEMENTPTRTYPEITERATOR_H
|
||||
#define LLVM_SUPPORT_GETELEMENTPTRTYPEITERATOR_H
|
||||
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#include "llvm/IR/User.h"
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_HOST_H
|
||||
#define LLVM_SYSTEM_HOST_H
|
||||
#ifndef LLVM_SUPPORT_HOST_H
|
||||
#define LLVM_SUPPORT_HOST_H
|
||||
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include <string>
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_INCLUDEFILE_H
|
||||
#define LLVM_SYSTEM_INCLUDEFILE_H
|
||||
#ifndef LLVM_SUPPORT_INCLUDEFILE_H
|
||||
#define LLVM_SUPPORT_INCLUDEFILE_H
|
||||
|
||||
/// This macro is the public interface that IncludeFile.h exports. This gives
|
||||
/// us the option to implement the "link the definition" capability in any
|
||||
|
@@ -15,8 +15,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CONSTANTRANGESSET_H_
|
||||
#define CONSTANTRANGESSET_H_
|
||||
#ifndef LLVM_SUPPORT_INTEGERSSUBSET_H
|
||||
#define LLVM_SUPPORT_INTEGERSSUBSET_H
|
||||
|
||||
#include "llvm/IR/Constants.h"
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
@@ -537,4 +537,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif /* CONSTANTRANGESSET_H_ */
|
||||
#endif /* CLLVM_SUPPORT_INTEGERSSUBSET_H */
|
||||
|
@@ -17,8 +17,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef CRSBUILDER_H_
|
||||
#define CRSBUILDER_H_
|
||||
#ifndef LLVM_SUPPORT_INTEGERSSUBSETMAPPING_H
|
||||
#define LLVM_SUPPORT_INTEGERSSUBSETMAPPING_H
|
||||
|
||||
#include "llvm/Support/IntegersSubset.h"
|
||||
#include <list>
|
||||
@@ -585,4 +585,4 @@ typedef IntegersSubsetMapping<BasicBlock> IntegersSubsetToBB;
|
||||
|
||||
}
|
||||
|
||||
#endif /* CRSBUILDER_H_ */
|
||||
#endif /* LLVM_SUPPORT_INTEGERSSUBSETMAPPING_CRSBUILDER_H */
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_LEB128_H
|
||||
#define LLVM_SYSTEM_LEB128_H
|
||||
#ifndef LLVM_SUPPORT_LEB128_H
|
||||
#define LLVM_SUPPORT_LEB128_H
|
||||
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifndef LLVM_SUPPORT_LOCALE
|
||||
#define LLVM_SUPPORT_LOCALE
|
||||
#ifndef LLVM_SUPPORT_LOCALE_H
|
||||
#define LLVM_SUPPORT_LOCALE_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
|
||||
@@ -14,4 +14,4 @@ bool isPrint(int c);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // LLVM_SUPPORT_LOCALE
|
||||
#endif // LLVM_SUPPORT_LOCALE_H
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_MEMORY_H
|
||||
#define LLVM_SYSTEM_MEMORY_H
|
||||
#ifndef LLVM_SUPPORT_MEMORY_H
|
||||
#define LLVM_SUPPORT_MEMORY_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
|
@@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MEMORYOBJECT_H
|
||||
#define MEMORYOBJECT_H
|
||||
#ifndef LLVM_SUPPORT_MEMORYOBJECT_H
|
||||
#define LLVM_SUPPORT_MEMORYOBJECT_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_MUTEX_H
|
||||
#define LLVM_SYSTEM_MUTEX_H
|
||||
#ifndef LLVM_SUPPORT_MUTEX_H
|
||||
#define LLVM_SUPPORT_MUTEX_H
|
||||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
@@ -20,8 +20,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_PASS_NAME_PARSER_H
|
||||
#define LLVM_SUPPORT_PASS_NAME_PARSER_H
|
||||
#ifndef LLVM_SUPPORT_PASSNAMEPARSER_H
|
||||
#define LLVM_SUPPORT_PASSNAMEPARSER_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_PATH_H
|
||||
#define LLVM_SYSTEM_PATH_H
|
||||
#ifndef LLVM_SUPPORT_PATHV1_H
|
||||
#define LLVM_SUPPORT_PATHV1_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
@@ -22,8 +22,8 @@
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_PROCESS_H
|
||||
#define LLVM_SYSTEM_PROCESS_H
|
||||
#ifndef LLVM_SUPPORT_PROCESS_H
|
||||
#define LLVM_SUPPORT_PROCESS_H
|
||||
|
||||
#include "llvm/Config/llvm-config.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_PROGRAM_H
|
||||
#define LLVM_SYSTEM_PROGRAM_H
|
||||
#ifndef LLVM_SUPPORT_PROGRAM_H
|
||||
#define LLVM_SUPPORT_PROGRAM_H
|
||||
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_REGISTRY_PARSER_H
|
||||
#define LLVM_SUPPORT_REGISTRY_PARSER_H
|
||||
#ifndef LLVM_SUPPORT_REGISTRYPARSER_H
|
||||
#define LLVM_SUPPORT_REGISTRYPARSER_H
|
||||
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Registry.h"
|
||||
@@ -52,4 +52,4 @@ namespace llvm {
|
||||
|
||||
}
|
||||
|
||||
#endif // LLVM_SUPPORT_REGISTRY_PARSER_H
|
||||
#endif // LLVM_SUPPORT_REGISTRYPARSER_H
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SUPPORT_SMLOC_H
|
||||
#define SUPPORT_SMLOC_H
|
||||
#ifndef LLVM_SUPPORT_SMLOC_H
|
||||
#define LLVM_SUPPORT_SMLOC_H
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_ADT_SAVERESTORE
|
||||
#define LLVM_ADT_SAVERESTORE
|
||||
#ifndef LLVM_SUPPORT_SAVEANDRESTORE_H
|
||||
#define LLVM_SUPPORT_SAVEANDRESTORE_H
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_SIGNALS_H
|
||||
#define LLVM_SYSTEM_SIGNALS_H
|
||||
#ifndef LLVM_SUPPORT_SIGNALS_H
|
||||
#define LLVM_SUPPORT_SIGNALS_H
|
||||
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
|
@@ -11,8 +11,8 @@
|
||||
*
|
||||
*===----------------------------------------------------------------------===*/
|
||||
|
||||
#ifndef LLVM_SYSTEM_SOLARIS_H
|
||||
#define LLVM_SYSTEM_SOLARIS_H
|
||||
#ifndef LLVM_SUPPORT_SOLARIS_H
|
||||
#define LLVM_SUPPORT_SOLARIS_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/regset.h>
|
||||
|
@@ -13,8 +13,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SUPPORT_SOURCEMGR_H
|
||||
#define SUPPORT_SOURCEMGR_H
|
||||
#ifndef LLVM_SUPPORT_SOURCEMGR_H
|
||||
#define LLVM_SUPPORT_SOURCEMGR_H
|
||||
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/Support/SMLoc.h"
|
||||
|
@@ -8,8 +8,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
||||
#ifndef STREAMABLEMEMORYOBJECT_H_
|
||||
#define STREAMABLEMEMORYOBJECT_H_
|
||||
#ifndef LLVM_SUPPORT_STREAMABLEMEMORYOBJECT_H
|
||||
#define LLVM_SUPPORT_STREAMABLEMEMORYOBJECT_H
|
||||
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
@@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_SWAP_BYTE_ORDER_H
|
||||
#define LLVM_SYSTEM_SWAP_BYTE_ORDER_H
|
||||
#ifndef LLVM_SUPPORT_SWAPBYTEORDER_H
|
||||
#define LLVM_SUPPORT_SWAPBYTEORDER_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cstddef>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_THREAD_LOCAL_H
|
||||
#define LLVM_SYSTEM_THREAD_LOCAL_H
|
||||
#ifndef LLVM_SUPPORT_THREADLOCAL_H
|
||||
#define LLVM_SUPPORT_THREADLOCAL_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/Threading.h"
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_THREADING_H
|
||||
#define LLVM_SYSTEM_THREADING_H
|
||||
#ifndef LLVM_SUPPORT_THREADING_H
|
||||
#define LLVM_SUPPORT_THREADING_H
|
||||
|
||||
namespace llvm {
|
||||
/// llvm_start_multithreaded - Allocate and initialize structures needed to
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_TIMEVALUE_H
|
||||
#define LLVM_SYSTEM_TIMEVALUE_H
|
||||
#ifndef LLVM_SUPPORT_TIMEVALUE_H
|
||||
#define LLVM_SUPPORT_TIMEVALUE_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <string>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_TOOL_OUTPUT_FILE_H
|
||||
#define LLVM_SUPPORT_TOOL_OUTPUT_FILE_H
|
||||
#ifndef LLVM_SUPPORT_TOOLOUTPUTFILE_H
|
||||
#define LLVM_SUPPORT_TOOLOUTPUTFILE_H
|
||||
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
||||
|
@@ -35,8 +35,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SUPPORT_YAML_PARSER_H
|
||||
#define LLVM_SUPPORT_YAML_PARSER_H
|
||||
#ifndef LLVM_SUPPORT_YAMLPARSER_H
|
||||
#define LLVM_SUPPORT_YAMLPARSER_H
|
||||
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
@@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_YAML_TRAITS_H_
|
||||
#define LLVM_YAML_TRAITS_H_
|
||||
#ifndef LLVM_SUPPORT_YAMLTRAITS_H
|
||||
#define LLVM_SUPPORT_YAMLTRAITS_H
|
||||
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
@@ -1101,4 +1101,4 @@ operator<<(Output &yout, T &seq) {
|
||||
|
||||
|
||||
|
||||
#endif // LLVM_YAML_TRAITS_H_
|
||||
#endif // LLVM_SUPPORT_YAMLTRAITS_H
|
||||
|
@@ -14,8 +14,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_SYSTEM_SYSTEM_ERROR_H
|
||||
#define LLVM_SYSTEM_SYSTEM_ERROR_H
|
||||
#ifndef LLVM_SUPPORT_SYSTEM_ERROR_H
|
||||
#define LLVM_SUPPORT_SYSTEM_ERROR_H
|
||||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
|
Reference in New Issue
Block a user