llvm-project/compiler-rt/cmake
Petar Jovanovic c2e0427b94 [UBSan] Adding support of MIPS32
Changed files: 
config-ix.cmake: Enabled UBSan for MIPS32
sanitizer_stacktrace.cc: Program counter for MIPS32 is four byte aligned
and a delay slot so subtracted PC by 8 for getting call site address.
cast-overflow.cpp: Added big endian support for this test case.

Patch by Sagar Thakur.

Differential Revision: http://reviews.llvm.org/D4881

llvm-svn: 218519
2014-09-26 14:16:06 +00:00
..
Modules Fix a mistake in r217762 2014-09-25 20:42:49 +00:00
config-ix.cmake [UBSan] Adding support of MIPS32 2014-09-26 14:16:06 +00:00