search for: setinitialvalu

Displaying 6 results from an estimated 6 matches for "setinitialvalu".

Did you mean: setinitialvalue
2012 Apr 13
2
[LLVMdev] Make error of latest devel version of llvm and clang
...d::string> > >(llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >&) const': /home/ryjiao/Downloads/llvm-dev/llvm/include/llvm/Support/CommandLine.h:292: undefined reference to `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::setInitialValue(std::string const&)' /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In function `llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&)': /home/ryjiao/Downloads/llvm-...
2012 Apr 13
0
[LLVMdev] Make error of latest devel version of llvm and clang
...gt;(llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >&) > const': > /home/ryjiao/Downloads/llvm-dev/llvm/include/llvm/Support/CommandLine.h:292: > undefined reference to `llvm::cl::opt<std::string, false, > llvm::cl::parser<std::string> >::setInitialValue(std::string const&)' > /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In > function `llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::opt<char > [30], llvm::cl::desc>(char const (&) [30], llvm::cl::desc const&)': > /home/ry...
2012 Jun 09
0
[LLVMdev] Build error fails at MachineInstr const* for the past two days
...mediately as follows: cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_C_COMPILER=/usr/bin/clang -DLLVM_ENABLE_ASSERTIONS=1 ... Linking CXX shared library ../libLLVMTableGen.dylib Undefined symbols for architecture x86_64: "llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::setInitialValue(std::string const&)", referenced from: void llvm::cl::initializer<char [2]>::apply<llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > >(llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >&) const in Main.cpp.o If...
2012 Jun 08
2
[LLVMdev] Build error fails at MachineInstr const* for the past two days
I keep getting this error upon building: > Linking CXX executable ../../bin/opt > ../../lib/libLLVMTarget.so: error: undefined reference to > 'llvm::TargetInstrInfo::getNumMicroOps(llvm::InstrItineraryData > const*, llvm::MachineInstr const*) const' > ../../lib/libLLVMTarget.so: error: undefined reference to >
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...tch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::BasicBlockPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType) /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::setInitialValue(bool const&)/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::Function::viewCFGOnly() const /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::CallGraphSCCPass::assignPassManager(llvm::PMStack&, llvm::PassManagerType)...
2014 Aug 19
45
[LLVMdev] [RFC] Removing static initializers for command line options
> On Aug 19, 2014, at 1:32 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > >>> * Nobs for which there is not a single right answer for all users. >>> There are very few of these currently and we expect it to remain like >>> that. These should not use cl::opt or static storage at all. They >>> should be an option passed to the