[llvm-branch-commits] [compiler-rt] [compiler-rt] Revise IDE folder structure (PR #89753)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 30 07:59:38 PDT 2024
================
@@ -89,15 +89,15 @@ function(add_compiler_rt_object_libraries name)
"${libname}" MATCHES ".*\.osx.*")
foreach(arch ${LIB_ARCHS_${libname}})
list(APPEND target_flags
- "SHELL:-target ${arch}-apple-macos${DARWIN_osx_MIN_VER} -darwin-target-variant ${arch}-apple-ios13.1-macabi")
+ "SHELL:-target ${arch}-apple-macos${DARWIN_osx_MIN_V357ER} -darwin-target-variant ${arch}-apple-ios13.1-macabi")
----------------
Meinersbur wrote:
This was not intentional. It is possible that I was trying to jump to line 357 and instead typed into the edited. I always look for unnecessary changes before pushing but seem to have missed this one.
Thanks for noticing.
https://github.com/llvm/llvm-project/pull/89753
More information about the llvm-branch-commits
mailing list