search for: optionhidden

Displaying 5 results from an estimated 5 matches for "optionhidden".

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
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...+ // now assign + *this = source; + } + + bool IsOk() const { return (window != NULL) ? true : false; } + bool IsFixed() const { return !HasFlag(optionResizable); } + bool IsResizable() const { return HasFlag(optionResizable); } + bool IsShown() const { return !HasFlag(optionHidden); } + bool IsFloating() const { return HasFlag(optionFloating); } + bool IsDocked() const { return !HasFlag(optionFloating); } + bool IsToolbar() const { return HasFlag(optionToolbar); } + bool IsTopDockable() const { return HasFlag(optionTopDockable); } + bool IsBottomDockable() con...
2012 Apr 13
2
[LLVMdev] Make error of latest devel version of llvm and clang
...e.h:1185: undefined reference to `llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::done()' /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 [2], llvm::cl::desc, llvm::cl::OptionHidden>(char const (&) [2], llvm::cl::desc const&, llvm::cl::OptionHidden const&)': /home/ryjiao/Downloads/llvm-dev/llvm/include/llvm/Support/CommandLine.h:1193: undefined reference to `llvm::cl::opt<bool, false, llvm::cl::parser<bool> >::done()' /home/ryjiao/Downloads/l...
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
2012 Apr 13
0
[LLVMdev] Make error of latest devel version of llvm and clang
...reference to `llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >::done()' > /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 > [2], llvm::cl::desc, llvm::cl::OptionHidden>(char const (&) [2], > llvm::cl::desc const&, llvm::cl::OptionHidden const&)': > /home/ryjiao/Downloads/llvm-dev/llvm/include/llvm/Support/CommandLine.h:1193: > undefined reference to `llvm::cl::opt<bool, false, llvm::cl::parser<bool> > >::done()' >...