Displaying 2 results from an estimated 2 matches for "setcurrentdocument".
2015 Apr 29
3
[LLVMdev] RFC: Machine Level IR text-based serialization format
...testability is a huge motivation for this
> work.
>
> As a concrete example, a file solely containing '%' crashes the yaml
> parser:
> $ ~/llvm/Debug+Asserts/bin/yaml2obj -format=coff t.yaml
> yaml2obj: ~/llvm/src/lib/Support/YAMLTraits.cpp:78: bool
> llvm::yaml::Input::setCurrentDocument(): Assertion `Strm->failed() && "Root
> is NULL iff parsing failed"' failed.
> 0 yaml2obj 0x000000000048682e
> 1 yaml2obj 0x0000000000486b43
> 2 yaml2obj 0x000000000048570e
> 3 libpthread.so.0 0x00007f5e79643340
> 4 libc.so.6...
2015 Apr 28
3
[LLVMdev] RFC: Machine Level IR text-based serialization format
2015-04-28 10:14 GMT-07:00 Quentin Colombet <qcolombet at apple.com>:
> Hi Alex,
>
> Thanks for working on this.
>
> Personally I would rather not have to write YAML inputs but instead resort
> on the what the machine dumps look like. That being said, I can live with
> YAML :).
>
> More importantly, how do you plan to report syntax errors to the users?
> Things