mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-05 11:17:53 +00:00
Invert the MC -> Object dependency.
Now that we have a lib/MC/MCAnalysis, the dependency was there just because of two helper classes. Move the two over to MC. This will allow IRObjectFile to parse inline assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "llvm/MC/MCAnalysis/MCFunction.h"
|
||||
#include "llvm/MC/MCInstrInfo.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/Object/YAML.h"
|
||||
#include "llvm/MC/YAML.h"
|
||||
#include "llvm/Support/Allocator.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
@@ -102,7 +102,7 @@ struct Atom {
|
||||
uint64_t Size;
|
||||
|
||||
std::vector<Inst> Insts;
|
||||
object::yaml::BinaryRef Data;
|
||||
yaml::BinaryRef Data;
|
||||
};
|
||||
|
||||
struct BasicBlock {
|
||||
|
Reference in New Issue
Block a user