1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test
Nathan James 5aeae74b36 [YAML] Use correct source location for unknown key errors.
Currently unknown keys when inputting mapping traits have the location set to the Value.
Example:
```
YAML:1:14: error: unknown key 'UnknownKey'
{UnknownKey: SomeValue}
             ^~~~~~~~~
```
This is unhelpful for a user as it draws them to fix the wrong item.

Reviewed By: silvas

Differential Revision: https://reviews.llvm.org/D93037
2020-12-11 16:34:06 +00:00
..
Analysis Teach isKnownNonEqual how to recurse through invertible multiplies 2020-12-07 14:52:08 -08:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [YAML] Use correct source location for unknown key errors. 2020-12-11 16:34:06 +00:00
DebugInfo [Debuginfo] [CSInfo] Do not create CSInfo for undef arguments 2020-12-09 12:54:59 +01:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [dfsan] Track field/index-level shadow values in variables 2020-12-09 19:38:35 +00:00
Integer
JitListener
Linker Simplify append to module inline asm string in IRLinker::run() 2020-12-02 14:56:43 +01:00
LTO [ICP] Don't promote when target not defined in module 2020-12-08 07:45:36 -08:00
MachineVerifier
MC [WebAssembly] Support COMDAT sections in assembly syntax 2020-12-10 16:43:59 -08:00
Object [YAML] Use correct source location for unknown key errors. 2020-12-11 16:34:06 +00:00
ObjectYAML
Other [PGO] Enable preinline and cleanup when optimize for size 2020-12-10 12:29:17 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Revert "[openmp] Remove clause from OMPKinds.def and use OMP.td info" 2020-12-10 10:34:59 -05:00
ThinLTO/X86 [NFCI] Add missing triple to several LTO tests 2020-12-09 13:13:58 -08:00
tools [llvm-rc] Handle driveless absolute windows paths when loading external files 2020-12-10 14:11:06 +02:00
Transforms [CSSPGO] Pseudo probe encoding and emission. 2020-12-10 17:29:28 -08:00
Unit
Verifier [SelectionDAG] Add llvm.vector.{extract,insert} intrinsics 2020-12-09 11:08:41 +00:00
YAMLParser
.clang-format
CMakeLists.txt [CMake] Add llvm-profgen to LLVM_TEST_DEPENDS 2020-12-09 09:34:51 -08:00
lit.cfg.py [FileCheck] Enforce --allow-unused-prefixes=false for llvm/test/Transforms 2020-12-09 08:51:38 -08:00
lit.site.cfg.py.in
TestRunner.sh