[PATCH] D43909: [3/3] OpenBSD UBsan support / common

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 22:54:28 PST 2018


devnexen added inline comments.


================
Comment at: cmake/base-config-ix.cmake:142
       if(NOT MSVC)
-        test_target_arch(x86_64 "" "-m64")
-        test_target_arch(i386 __i386__ "-m32")
+        if(CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
+          if (CMAKE_SIZEOF_VOID_P EQUAL 4)
----------------
krytarowski wrote:
> Rationale?
No multi arch support.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43909





More information about the llvm-commits mailing list