mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 00:53:23 +01:00
Removed long obsolete (and broken) LLVM IR annotation code.
If someone wants to redo this properly, an idea that actually works would be to use a custom llvm::AssemblyAnnotationWriter.
This commit is contained in:
@@ -102,11 +102,6 @@ static cl::opt<ubyte, true> debugInfo(
|
||||
cl::location(global.params.symdebug),
|
||||
cl::init(0));
|
||||
|
||||
|
||||
static cl::opt<bool, true> annotate("annotate",
|
||||
cl::desc("Annotate the bitcode with human readable source code"),
|
||||
cl::location(global.params.llvmAnnotate));
|
||||
|
||||
cl::opt<bool> noAsm("noasm",
|
||||
cl::desc("Disallow use of inline assembler"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user