[PATCH] D126706: [CMake] Improve support for ASAN on Windows with MSVC cl & clang-cl

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 14:52:15 PDT 2022


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:827
+    endforeach()
+    if (LLVM_HOST_TRIPLE MATCHES "i[2-6]86-.*")
+      # Keep frame pointers around.
----------------
There's probably a better way to check the architecture, but I'm not sure what it is and this seems good enough.


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

https://reviews.llvm.org/D126706



More information about the llvm-commits mailing list