summaryrefslogtreecommitdiff
path: root/test/msan/report-demangling.cc
AgeCommit message (Collapse)Author
2015-05-08[Msan] Fix the report-demangling.cc test to pass on FreeBSDViktor Kutuzov
Differential Revision: http://reviews.llvm.org/D9554 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@236833 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-02[MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov
Target-specific flags should usually be configured by CMake/lit. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@230999 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-14[msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov
This was done by calling __cxa_demangle directly, which is bad when c++abi library is instrumented. The following line always contains the demangled name (when running with a symbolizer) anyway. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212929 91177308-0d34-0410-b5e6-96231b3b80d8