mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Pass StringRef by value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -66,7 +66,7 @@ ENTRY(0 /*FIXME*/, S_ATTR_LOC_RELOC)
|
||||
|
||||
|
||||
MCSectionMachO *MCSectionMachO::
|
||||
Create(const StringRef &Segment, const StringRef &Section,
|
||||
Create(StringRef Segment, StringRef Section,
|
||||
unsigned TypeAndAttributes, unsigned Reserved2,
|
||||
SectionKind K, MCContext &Ctx) {
|
||||
// S_SYMBOL_STUBS must be set for Reserved2 to be non-zero.
|
||||
|
Reference in New Issue
Block a user