mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 11:08:46 +00:00
Acccess control is lame
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a07bc5cf4
commit
d4d4a90a8c
@ -38,6 +38,7 @@ class TargetAsmBackend;
|
||||
/// which needs to be rewritten. This region will either be rewritten by the
|
||||
/// assembler or cause a relocation entry to be generated.
|
||||
class MCAsmFixup {
|
||||
public:
|
||||
/// Offset - The offset inside the fragment which needs to be rewritten.
|
||||
uint64_t Offset;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user