Minor changes
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
parent
edeff09e86
commit
8081bc5d67
11 changed files with 39 additions and 81 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* // TODO: include these properly
|
||||
// TODO: include these properly
|
||||
#include "llvm/CodeGen/GCStrategy.h"
|
||||
#include "llvm/CodeGen/GCMetadata.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
|
@ -13,4 +13,4 @@ namespace {
|
|||
|
||||
GCRegistry::Add<GC>
|
||||
X("gc", "The bespoken garbage collector.");
|
||||
} */
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
/* #include "llvm/CodeGen/GCMetadataPrinter.h"
|
||||
#include "llvm/CodeGen/GCMetadataPrinter.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
|
@ -13,4 +13,4 @@ namespace {
|
|||
|
||||
GCMetadataPrinterRegistry::Add<MyGCPrinter>
|
||||
X("gc", "The bespoken garbage collector.");
|
||||
} */
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
/* /// The map for a single function's stack frame. One of these is
|
||||
/// The map for a single function's stack frame. One of these is
|
||||
/// compiled as constant data into the executable for each function.
|
||||
///
|
||||
/// Storage of metadata values is elided if the %metadata parameter to
|
||||
|
|
@ -60,4 +60,4 @@ void traverseStackMap() {
|
|||
Constant *RootMetadata = RI->Metadata;
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue