K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-23T23:23:01.481956Z K 7 svn:log V 263 Pull in r201994 from upstream llvm trunk (by Benjamin Kramer): SPARC: Implement TRAP lowering. Matches what GCC emits. This lets clang emit "ta 5" for trap instructions on sparc64, instead of emitting a call to abort(), making it possible to link the kernel. END