mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
#ifndef LLVM_SUPPORT_DWARF_H
|
||||
#define LLVM_SUPPORT_DWARF_H
|
||||
|
||||
#include "llvm/System/IncludeFile.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
namespace dwarf {
|
||||
@ -567,6 +565,4 @@ const char *CallFrameString(unsigned Encoding);
|
||||
|
||||
} // End of namespace llvm
|
||||
|
||||
FORCE_DEFINING_FILE_TO_BE_LINKED(SupportDwarf)
|
||||
|
||||
#endif
|
||||
|
@ -14,7 +14,6 @@
|
||||
#ifndef LLVM_SUPPORT_MANGLER_H
|
||||
#define LLVM_SUPPORT_MANGLER_H
|
||||
|
||||
#include "llvm/System/IncludeFile.h"
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <string>
|
||||
@ -112,7 +111,4 @@ private:
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
// Force the Mangler.cpp file to be linked when this header is #included
|
||||
FORCE_DEFINING_FILE_TO_BE_LINKED(Mangler)
|
||||
|
||||
#endif // LLVM_SUPPORT_MANGLER_H
|
||||
|
Reference in New Issue
Block a user