[PATCH] D147432: [asan][test][win] Port trivial tests to not use clang-cl on MinGW

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 14:31:04 PDT 2023


MaskRay added a comment.

IIUC `-Od` in MSVC (disable optimizations) is the default. `-O0` is the default in Clang. Can we remove `%Od ` from RUN lines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147432



More information about the llvm-commits mailing list