llvm-project/compiler-rt/test/sanitizer_common
Sagar Thakur 3ee5bd9377 [sanitizer][MIPS] Add --target flag for MIPS32
Without the --target flag, clang uses the mips64 triple which selects the n64 abi. We need to add --target=mips-linux-gnu, so that clang can select the correct abi for mips32r2.

Reviewers: dsanders, kcc, samsonov
Subscribers: llvm-commits, mohit.bhakkad, jaydeep
Differential Revision: http://reviews.llvm.org/D9249

llvm-svn: 237675
2015-05-19 09:07:37 +00:00
..
TestCases [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/SIGBUS. Among other things this will allow to set up a death callback for SIGABRT and thus properly handle assert() in lib/Fuzzer 2015-05-05 01:37:33 +00:00
Unit
CMakeLists.txt [sanitizer][MIPS] Add --target flag for MIPS32 2015-05-19 09:07:37 +00:00
lit.common.cfg Add runtime flag 'symbolize_inline_frames' to disable symbolization of inlined frames done in llvm-symbolizer 2014-10-24 18:34:43 +00:00
lit.site.cfg.in [Sanitizer] Run test/sanitizer_common lit tests on all supported architectures. 2015-03-02 22:03:52 +00:00