mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 05:21:28 +00:00
[ARM] Moved ARMAttributeParser to Support
Moved ARMAttributeParser out of llvm-readobj and into the support library. Differential Revision: https://reviews.llvm.org/D28227 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ff5fb18b6
commit
93a4a6e681
@ -7,11 +7,11 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TOOLS_LLVM_READOBJ_ARMATTRIBUTEPARSER_H
|
||||
#define LLVM_TOOLS_LLVM_READOBJ_ARMATTRIBUTEPARSER_H
|
||||
#ifndef LLVM_SUPPORT_ARMATTRIBUTEPARSER_H
|
||||
#define LLVM_SUPPORT_ARMATTRIBUTEPARSER_H
|
||||
|
||||
#include "llvm/Support/ARMBuildAttributes.h"
|
||||
#include "llvm/Support/ScopedPrinter.h"
|
||||
#include "ARMBuildAttributes.h"
|
||||
#include "ScopedPrinter.h"
|
||||
|
||||
namespace llvm {
|
||||
class StringRef;
|
@ -7,9 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ARMAttributeParser.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Support/ARMAttributeParser.h"
|
||||
#include "llvm/Support/LEB128.h"
|
||||
#include "llvm/Support/ScopedPrinter.h"
|
||||
|
@ -31,6 +31,7 @@ add_llvm_library(LLVMSupport
|
||||
APInt.cpp
|
||||
APSInt.cpp
|
||||
ARMBuildAttrs.cpp
|
||||
ARMAttributeParser.cpp
|
||||
ARMWinEH.cpp
|
||||
Allocator.cpp
|
||||
BlockFrequency.cpp
|
||||
|
@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-readobj
|
||||
ARMAttributeParser.cpp
|
||||
ARMWinEHPrinter.cpp
|
||||
COFFDumper.cpp
|
||||
COFFImportDumper.cpp
|
||||
|
@ -12,7 +12,6 @@
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ARMAttributeParser.h"
|
||||
#include "ARMEHABIPrinter.h"
|
||||
#include "Error.h"
|
||||
#include "ObjDumper.h"
|
||||
@ -22,6 +21,7 @@
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/Object/ELFObjectFile.h"
|
||||
#include "llvm/Support/ARMAttributeParser.h"
|
||||
#include "llvm/Support/ARMBuildAttributes.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user