Displaying 2 results from an estimated 2 matches for "variabledump".
Did you mean:
variabledumper
2017 Apr 07
2
llvm-pdbdump proposal
...formation is structured.
The cause of the difficulty is the conflict between these two facts:
1. C and C++ variable declarations are described inside-out
2. Printing with color requires printing left-to-right
Simple types generally work, because all the type information is on the
left side, so VariableDumper can just work left-to-right. To handle more
complex types (like arrays and function signatures), VariableDumper
attempts to special case the complex types. Unfortunately, the special
cases can't be combined generally (e.g., making an array of pointers to
functions), so it's always possi...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...er.cpp for Release+Asserts build
llvm[2]: Compiling FunctionDumper.cpp for Release+Asserts build
llvm[2]: Compiling LinePrinter.cpp for Release+Asserts build
llvm[2]: Compiling TypeDumper.cpp for Release+Asserts build
llvm[2]: Compiling TypedefDumper.cpp for Release+Asserts build
llvm[2]: Compiling VariableDumper.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-dsymutil (without symbols)
llvm[2]: Compiling llvm-pdbdump.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-pdbdump (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Exec...