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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 18:19:36 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365724: clang-cl: Remove -O0 option (authored by nico, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D64506?vs=209092&id=209111#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64506

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64506.209111.patch
Type: text/x-patch
Size: 47508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190711/51e2bc98/attachment-0001.bin>


More information about the cfe-commits mailing list