llvm-6502/test
Saleem Abdulrasool 10096880c8 AsmParser: improve diagnostics for invalid variants
An emitted diagnostic for an invalid relocation variant would place the caret on
the token following the relocation variant indicator or at the end of the line
if there was no following token.  This change corrects the placement of the
caret to point to the token.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200159 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-26 22:29:43 +00:00
..
Analysis Fix known typos 2014-01-24 17:20:08 +00:00
Assembler
Bindings Fix known typos 2014-01-24 17:20:08 +00:00
Bitcode
BugPoint
CodeGen Clean up the Legal/Expand logic for SPARC popc. 2014-01-26 08:12:34 +00:00
DebugInfo [Sparc] Add support for parsing DW_CFA_GNU_window_save. 2014-01-26 05:13:44 +00:00
ExecutionEngine Re-enabling MCJIT tests on ARM 2014-01-25 23:38:08 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker Verify that attributes are not lost during linking. 2014-01-24 19:20:15 +00:00
LTO
MC AsmParser: improve diagnostics for invalid variants 2014-01-26 22:29:43 +00:00
Object Fix "llvm-objdump -d -r" to show relocations inline for ELF files 2014-01-25 17:38:19 +00:00
Other
TableGen
tools COFF: Add a missing enum value for high entropy ASLR. 2014-01-26 05:05:23 +00:00
Transforms [LPM] Make LCSSA a utility with a FunctionPass that applies it to all 2014-01-25 04:07:24 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh