search for: formattingflag

Displaying 4 results from an estimated 4 matches for "formattingflag".

Did you mean: formattingflags
2012 Apr 13
2
[LLVMdev] Make error of latest devel version of llvm and clang
...h:1193: undefined reference to `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::done()' /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In function `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::opt<llvm::cl::FormattingFlags, llvm::cl::desc, llvm::cl::initializer<char [2]>, llvm::cl::value_desc>(llvm::cl::FormattingFlags const&, llvm::cl::desc const&, llvm::cl::initializer<char [2]> const&, llvm::cl::value_desc const&)': /home/ryjiao/Downloads/llvm-dev/llvm/include/llvm/Support/Comma...
2012 Apr 13
0
[LLVMdev] Make error of latest devel version of llvm and clang
...ference to `llvm::cl::opt<std::string, false, > llvm::cl::parser<std::string> >::done()' > /home/ryjiao/Downloads/llvm-dev/llvm/tools/opt/Debug+Asserts/opt.o: In > function `llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > >::opt<llvm::cl::FormattingFlags, llvm::cl::desc, > llvm::cl::initializer<char [2]>, > llvm::cl::value_desc>(llvm::cl::FormattingFlags const&, llvm::cl::desc > const&, llvm::cl::initializer<char [2]> const&, llvm::cl::value_desc > const&)': > /home/ryjiao/Downloads/llvm-dev/llvm/i...
2013 Jul 05
0
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
hacker cling wrote: > Hello all, > I was playing with LLVM pass. I changed the > lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make > install the pass and use an example test1.c to see whether it works or > not. When I run example using the following command: > clang -emit-llvm test1.c -c -o test1.bc > opt -load
2013 Jul 05
2
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
Hello all, I was playing with LLVM pass. I changed the lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make install the pass and use an example test1.c to see whether it works or not. When I run example using the following command: clang -emit-llvm test1.c -c -o test1.bc opt -load ../build_llvm/Debug+Asserts/lib/LLVMHello.so -hello < test1.bc > /dev/null It