llvm/test
George Rimar 774be285de [yaml2obj] - Don't crash on invalid inputs.
yaml2obj might crash on invalid input when unable to parse the YAML.

Recently a crash with a very similar nature was fixed for an empty files. 
This patch revisits the fix and does it in yaml::Input instead.
It seems to be more correct way to handle such situation.

With that crash for invalid inputs is also fixed now.

Differential revision: https://reviews.llvm.org/D61059

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359178 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-25 09:59:55 +00:00
..
Analysis Revert [AliasAnalysis] AAResults preserves AAManager. 2019-04-24 00:28:29 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86][SSE] combineBitcastvxi1 - add support for bitcasting to non-scalar integers 2019-04-25 09:34:36 +00:00
DebugInfo DebugInfo: Emit only declarations (not whole definitions) of non-unit user defined types into type units 2019-04-24 18:09:44 +00:00
Demangle llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz 2019-04-24 16:09:38 +00:00
Examples
ExecutionEngine [JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows. 2019-04-25 05:24:40 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [AMDGPU] gfx1010 SOP instructions 2019-04-24 20:44:34 +00:00
Object [llvm-objdump] errorToErrorCode+message -> toString 2019-04-25 04:31:26 +00:00
ObjectYAML
Other Revert [AliasAnalysis] AAResults preserves AAManager. 2019-04-24 00:28:29 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [yaml2obj] - Don't crash on invalid inputs. 2019-04-25 09:59:55 +00:00
Transforms [NFC][LoopIdiomRecognize] Some basic baseline tests for bcmp loop idiom 2019-04-25 08:33:47 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [cmake] Add llvm-jit to LLVM_TEST_DEPENDS 2019-04-22 02:23:09 +00:00
lit.cfg.py [JITLink] Add llvm-jitlink to the list of available tools in lit. 2019-04-20 20:05:30 +00:00
lit.site.cfg.py.in
TestRunner.sh