search for: provideoption

Displaying 20 results from an estimated 22 matches for "provideoption".

2011 Dec 01
3
[LLVMdev] anchoring explicit template instantiations
...don't suppose you'll mind some similar commits as I encounter them? (there's also some legitimate unreachable code warnings I'd be happy to fix as I find them, things like: --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, StringRef ArgName, break; default: - errs() << ProgramName - << ": Bad ValueMask flag! CommandLine usage error:" - << Handler->getValueExpectedFlag() << "\n"; - llvm_unreachable(0); + llvm_unreachable(...
2012 Oct 21
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...::getPermanentLibrary () #13 0x0000000142f256bd in llvm::PluginLoader::operator= () #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () #16 0x0000000142f1395f in ProvideOption () #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () #18 0x000000014280d3ff in InitializeBackend () #19 0x000000014280c191 in llvm_emit_globals () This will be difficult to testcase since the FSF gcc 4.7.2 compiler is involved but I was hoping that you might be able to make some guess...
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
...s as I encounter them? Yep, please feel free. > (there's also some legitimate unreachable code warnings I'd be happy > to fix as I find them, things like: > > --- a/lib/Support/CommandLine.cpp > +++ b/lib/Support/CommandLine.cpp > @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, > StringRef ArgName, > break; > > default: > - errs() << ProgramName > - << ": Bad ValueMask flag! CommandLine usage error:" > - << Handler->getValueExpectedFlag() << "\n"; > - llvm_...
2006 May 09
1
[LLVMdev] Memory leaks in LLVM
...ginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence(unsigned, char const*, std::string const&) ( CommandLine.h:742) ==10132== by 0x86E9728: llvm::cl::Option::addOccurrence(unsigned, char const*, std::string const&) (CommandLine.cpp:639) ==10132== by 0x86EAE9F: ProvideOption(llvm::cl::Option*, char const*, char const*, int, char**, int&) ( CommandLine.cpp:125) ==10132== by 0x86E8BB0: llvm::cl::ParseCommandLineOptions(int&, char**, char const*) (CommandLine.cpp:486) ==10132== by 0x83D08E0: main (opt.cpp:75) ==10132== ==10132== ==10132== 16 bytes in 1 block...
2012 Oct 22
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...y () > #13 0x0000000142f256bd in llvm::PluginLoader::operator= () > #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () > #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () > #16 0x0000000142f1395f in ProvideOption () > #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () > #18 0x000000014280d3ff in InitializeBackend () > #19 0x000000014280c191 in llvm_emit_globals () > > This will be difficult to testcase since the FSF gcc 4.7.2 compiler is involved but I was hoping that you might b...
2011 Dec 01
2
[LLVMdev] anchoring explicit template instantiations
...9;ll see what comes up. >> (there's also some legitimate unreachable code warnings I'd be happy >> to fix as I find them, things like: >> >> --- a/lib/Support/CommandLine.cpp >> +++ b/lib/Support/CommandLine.cpp >> @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, >> StringRef ArgName, >>     break; >> >>   default: >> -    errs() << ProgramName >> -         << ": Bad ValueMask flag! CommandLine usage error:" >> -         << Handler->getValueExpectedFlag() << &quo...
2012 Oct 22
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...x0000000142f256bd in llvm::PluginLoader::operator= () > > #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () > > #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () > > #16 0x0000000142f1395f in ProvideOption () > > #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () > > #18 0x000000014280d3ff in InitializeBackend () > > #19 0x000000014280c191 in llvm_emit_globals () > > > > This will be difficult to testcase since the FSF gcc 4.7.2 compiler is involved but I wa...
2012 Oct 22
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...bd in llvm::PluginLoader::operator= () > > > #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () > > > #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () > > > #16 0x0000000142f1395f in ProvideOption () > > > #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () > > > #18 0x000000014280d3ff in InitializeBackend () > > > #19 0x000000014280c191 in llvm_emit_globals () > > > > > > This will be difficult to testcase since the FSF gcc 4.7.2 comp...
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
...>>> (there's also some legitimate unreachable code warnings I'd be happy >>> to fix as I find them, things like: >>> >>> --- a/lib/Support/CommandLine.cpp >>> +++ b/lib/Support/CommandLine.cpp >>> @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, >>> StringRef ArgName, >>> break; >>> >>> default: >>> - errs() << ProgramName >>> - << ": Bad ValueMask flag! CommandLine usage error:" >>> - << Handler->getValu...
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
On Nov 29, 2011, at 12:26 AM, David Blaikie wrote: > For a bit of an experiment I've been trying to compile LLVM & Clang > with -Weverything (disabling any errors that seem like more noise/less > interesting). One warning I've recently hit a few instances of is > -Wweak-vtable which is, in fact, an explicitly documented LLVM coding > standard (
2011 Nov 29
2
[LLVMdev] anchoring explicit template instantiations
For a bit of an experiment I've been trying to compile LLVM & Clang with -Weverything (disabling any errors that seem like more noise/less interesting). One warning I've recently hit a few instances of is -Wweak-vtable which is, in fact, an explicitly documented LLVM coding standard ( http://llvm.org/docs/CodingStandards.html#ll_virtual_anch ). Some instances of this have been easy to
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...Loader::operator= () >>>>> #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () >>>>> #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () >>>>> #16 0x0000000142f1395f in ProvideOption () >>>>> #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () >>>>> #18 0x000000014280d3ff in InitializeBackend () >>>>> #19 0x000000014280c191 in llvm_emit_globals () >>>>> >>>>> This will be difficult to testcase...
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Oct 23, 2012, at 1:57 PM, Jack Howarth wrote: > Nick, > Can I do this without access to a debug version of dyld? Using the copy of LLVMPolly.so with isl/cloog-isl/gmp statically linked, > I find that if I set the breakpoint to the address of the initializer... > > dyld: calling initializer function 0x100ebb3a0 in /sw/opt/llvm-3.2/lib/LLVMPolly.so > dyld: lazy symbol binding
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...pos = 18446744073709551615}, Value={Data = 0x1413259f6 "/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 63, static npos = 18446744073709551615}, MultiArg=false) at /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/lib/Support/CommandLine.cpp:259 #22 0x0000000142f5ea31 in ProvideOption (Handler=0x1434973e0, ArgName={Data = 0x1413259f1 "load=/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 4, static npos = 18446744073709551615}, Value={Data = 0x1413259f6 "/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 63, st...
2012 Oct 22
5
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...llvm::PluginLoader::operator= () >>>> #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () >>>> #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () >>>> #16 0x0000000142f1395f in ProvideOption () >>>> #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () >>>> #18 0x000000014280d3ff in InitializeBackend () >>>> #19 0x000000014280c191 in llvm_emit_globals () >>>> >>>> This will be difficult to testcase since the FSF gcc...
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Tue, Oct 23, 2012 at 01:05:04PM -0700, Nick Kledzik wrote: > On Oct 23, 2012, at 12:50 PM, Jack Howarth wrote: > > On Mon, Oct 22, 2012 at 11:40:32AM -0700, Nick Kledzik wrote: > >> > >> On Oct 22, 2012, at 11:34 AM, Jack Howarth wrote: > >> > >>> Nick, > >>> I have uploaded the full walk with 'set env
2012 Oct 22
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...der::operator= () > >>>> #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () > >>>> #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () > >>>> #16 0x0000000142f1395f in ProvideOption () > >>>> #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () > >>>> #18 0x000000014280d3ff in InitializeBackend () > >>>> #19 0x000000014280c191 in llvm_emit_globals () > >>>> > >>>> This will be difficult to te...
2011 Dec 11
5
[LLVMdev] anchoring explicit template instantiations
...t appropriate. - David >> (there's also some legitimate unreachable code warnings I'd be happy >> to fix as I find them, things like: >> >> --- a/lib/Support/CommandLine.cpp >> +++ b/lib/Support/CommandLine.cpp >> @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, >> StringRef ArgName, >>     break; >> >>   default: >> -    errs() << ProgramName >> -         << ": Bad ValueMask flag! CommandLine usage error:" >> -         << Handler->getValueExpectedFlag() << &quo...
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...ator= () >>>>>> #14 0x000000014280fbda in llvm::cl::opt<llvm::PluginLoader, false, llvm::cl::parser<std::string> >::handleOccurrence () >>>>>> #15 0x0000000142f1730c in CommaSeparateAndAddOccurence () >>>>>> #16 0x0000000142f1395f in ProvideOption () >>>>>> #17 0x0000000142f1224b in llvm::cl::ParseCommandLineOptions () >>>>>> #18 0x000000014280d3ff in InitializeBackend () >>>>>> #19 0x000000014280c191 in llvm_emit_globals () >>>>>> >>>>>> This will be d...
2012 Oct 24
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...18446744073709551615}, Value={Data = 0x1413259f6 "/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 63, static npos = 18446744073709551615}, MultiArg=false) at /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/lib/Support/CommandLine.cpp:259 > #22 0x0000000142f5ea31 in ProvideOption (Handler=0x1434973e0, ArgName={Data = 0x1413259f1 "load=/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 4, static npos = 18446744073709551615}, Value={Data = 0x1413259f6 "/sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so", Length = 63, st...