Displaying 2 results from an estimated 2 matches for "ir2v".
Did you mean:
ir2
2015 Oct 08
2
llvm:cl::parser subclasses final in 3.7?
...struct MaxThreadsParser : public llvm::cl::parser<unsigned> {
bool parse(llvm::cl::Option &O, llvm::StringRef ArgName, llvm::StringRef
Arg,
unsigned &Val);
};
But that's now causing:
In file included from
/home/lak/my_svn/llvm-carte/llvm-3.7.0/tools/carte++/tools/ir2v/ThreadSupport.cpp:1:
/home/lak/my_svn/llvm-carte/llvm-3.7.0/tools/carte++/tools/ir2v/ThreadSupport.h:12:34:
error:
base 'parser' is marked 'final'
struct MaxThreadsParser : public llvm::cl::parser<unsigned> {
What's the new way to do this now? It looks like the docu...
2015 May 18
3
[LLVMdev] How to write a custom LTO pass?
I'd like to write an inter-modular analysis pass. My understanding is that
this should take the form of an LTO pass. However, I have been unable to
find any resources on the mechanics of writing and running a custom LTO
pass. Does anyone have any pointers?
Thanks,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: