[PATCH] D64300: Fix issues building libraries as more than one type with Xcode

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 7 14:53:58 PDT 2019


xbolva00 added inline comments.


================
Comment at: llvm/CMakeLists.txt:45
+  # Some CMake features like object libraries get confused if you don't
+  # explicitly speciy an architecture setting with the Xcode generator.
+  set(CMAKE_OSX_ARCHITECTURES "x86_64")
----------------
Typo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64300





More information about the llvm-commits mailing list