summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows/user-exception.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-36/+0
| | | | | | See r367803 and similar other changes. llvm-svn: 367887
* clang-cl: Remove -O0 optionNico Weber2019-07-111-1/+1
| | | | | | | | | | | | cl.exe doesn't understand it; there's /Od instead. See also the review thread for r229575. Update lots of compiler-rt tests to use -Od instead of -O0. Ran `rg -l 'clang_cl.*O0' compiler-rt/test/ | xargs sed -i -c 's/-O0/-Od/'` Differential Revision: https://reviews.llvm.org/D64506 llvm-svn: 365724
* [asan] Add flushes to try to fix testReid Kleckner2018-06-201-1/+2
| | | | llvm-svn: 335089
* [asan] Add Windows test for handle_segv and SetUnhandledExceptionFilterReid Kleckner2018-06-201-0/+35
llvm-svn: 335087
OpenPOWER on IntegriCloud