[PATCH] D96962: [compiler-rt/mac]: use DARWIN_osx_SYSROOT to set OSX_SYSROOT_FLAG
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 07:35:25 PST 2021
kubamracek added inline comments.
================
Comment at: compiler-rt/cmake/config-ix.cmake:372
+ set(OSX_SYSROOT_FLAG "")
+ endif()
+
----------------
config-ix does a bunch of compilation attempts and flag detection above this point. I assume you've tested the change and it works fine, but I'm wondering how come that the these compilations don't need this option already set?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96962/new/
https://reviews.llvm.org/D96962
More information about the llvm-commits
mailing list