[PATCH] D64506: clang-cl: Remove -O0 option

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 16:18:40 PDT 2019


thakis updated this revision to Diff 209092.
thakis added a comment.
Herald added subscribers: llvm-commits, kubamracek.
Herald added a project: LLVM.

update tests

(not yet executed, don't have a win machine today)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64506/new/

https://reviews.llvm.org/D64506

Files:
  clang/include/clang/Driver/CLCompatOptions.td
  compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc
  compiler-rt/test/asan/TestCases/Windows/allocators_sanity.cc
  compiler-rt/test/asan/TestCases/Windows/beginthreadex.cc
  compiler-rt/test/asan/TestCases/Windows/bitfield.cc
  compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/calloc_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/calloc_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/calloc_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cc
  compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
  compiler-rt/test/asan/TestCases/Windows/demangled_names.cc
  compiler-rt/test/asan/TestCases/Windows/dll_aligned_mallocs.cc
  compiler-rt/test/asan/TestCases/Windows/dll_allocators_sanity.cc
  compiler-rt/test/asan/TestCases/Windows/dll_cerr.cc
  compiler-rt/test/asan/TestCases/Windows/dll_control_c.cc
  compiler-rt/test/asan/TestCases/Windows/dll_global_dead_strip.c
  compiler-rt/test/asan/TestCases/Windows/dll_host.cc
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memchr.cc
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy.cc
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cc
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memset.cc
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_strlen.cc
  compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/dll_malloc_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cc
  compiler-rt/test/asan/TestCases/Windows/dll_null_deref.cc
  compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cc
  compiler-rt/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cc
  compiler-rt/test/asan/TestCases/Windows/dll_seh.cc
  compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
  compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/double_free.cc
  compiler-rt/test/asan/TestCases/Windows/double_operator_delete.cc
  compiler-rt/test/asan/TestCases/Windows/global_const_string.cc
  compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc_doublefree.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc_flags_fallback.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc_huge.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc_sanity.cc
  compiler-rt/test/asan/TestCases/Windows/heapalloc_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/heaprealloc.cc
  compiler-rt/test/asan/TestCases/Windows/hello_world.cc
  compiler-rt/test/asan/TestCases/Windows/intercept_memcpy.cc
  compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc
  compiler-rt/test/asan/TestCases/Windows/intercept_strlen.cc
  compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cc
  compiler-rt/test/asan/TestCases/Windows/iostream_sbo.cc
  compiler-rt/test/asan/TestCases/Windows/malloc_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/malloc_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/malloc_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/null_deref_multiple_dlls.cc
  compiler-rt/test/asan/TestCases/Windows/oom.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cc
  compiler-rt/test/asan/TestCases/Windows/realloc_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/realloc_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/realloc_uaf.cc
  compiler-rt/test/asan/TestCases/Windows/report_globals_reload_dll.cc
  compiler-rt/test/asan/TestCases/Windows/report_globals_vs_freelibrary.cc
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap.cc
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_flags_fallback.cc
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_zero.cc
  compiler-rt/test/asan/TestCases/Windows/shadow_mapping_failure.cc
  compiler-rt/test/asan/TestCases/Windows/stack_array_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/stack_array_sanity.cc
  compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cc
  compiler-rt/test/asan/TestCases/Windows/symbols_path.cc
  compiler-rt/test/asan/TestCases/Windows/thread_simple.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stack_reuse.cc
  compiler-rt/test/asan/TestCases/Windows/thread_stress.cc
  compiler-rt/test/asan/TestCases/Windows/thread_suspended.cc
  compiler-rt/test/asan/TestCases/Windows/use_after_realloc.cc
  compiler-rt/test/asan/TestCases/Windows/user-exception.cc
  compiler-rt/test/asan/TestCases/Windows/windows_h.cc
  compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_heap.cc
  compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64506.209092.patch
Type: text/x-patch
Size: 45897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/25962587/attachment.bin>


More information about the llvm-commits mailing list