Displaying 3 results from an estimated 3 matches for "getfunctioninfo".
Did you mean:
gcfunctioninfo
2015 Jan 25
2
[LLVMdev] GCMetadataPrinter::finishAssembly called twice
Hello Philip,
it seems like r226311 [1] introduced a bug which causes finishAssembly()
to be called multiple times, even if there is only one strategy. For
each function, GCModuleInfo::getFunctionInfo() adds the strategy to the
StrategyList instance variable. AsmPrinter::doFinalization() calls
finishAssembly() for each strategy in this list.
-Manuel
[1] http://reviews.llvm.org/rL226311
2011 Jul 08
1
[LLVMdev] vmkit compile error when "compile into a dynamic library the core Java libs"
...llc 0x0000000000e2e9b0 llvm::llvm_unreachable_internal(char
const*, char const*, unsigned int) + 384
6 llc 0x0000000000a680f9
llvm::GCModuleInfo::getOrCreateStrategy(llvm::Module const*, std::string
const&) + 265
7 llc 0x0000000000a683a7
llvm::GCModuleInfo::getFunctionInfo(llvm::Function const&) + 263
8 llc 0x0000000000a6919e
9 llc 0x0000000000d872c6
llvm::FPPassManager::doInitialization(llvm::Module&) + 54
10 llc 0x0000000000d8ef5c
llvm::FPPassManager::runOnModule(llvm::Module&) + 44
11 llc 0x0000000000d8...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message -----
> From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "Vaivaswatha Nagaraj" <vn at compilertree.com>
> Cc: "LLVM Dev" <llvm-dev at lists.llvm.org>
> Sent: Thursday, December 3, 2015 4:41:46 AM
> Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA
>
>