Author: Nico Weber
Date: 2022-07-12T11:08:44-04:00
New Revision: 7f83dae7f584b21f0f76b466579bbb7b99b06dc5

URL: 
https://github.com/llvm/llvm-project/commit/7f83dae7f584b21f0f76b466579bbb7b99b06dc5
DIFF: 
https://github.com/llvm/llvm-project/commit/7f83dae7f584b21f0f76b466579bbb7b99b06dc5.diff

LOG: try to fix lldb build after d489268392d23

Added: 
    

Modified: 
    lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 
b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
index d5d6528afa018..af3430115c16b 100644
--- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
+++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
@@ -1031,7 +1031,7 @@ void 
PlatformDarwin::AddClangModuleCompilationOptionsForSDKType(
     minimum_version_option << '-';
     switch (sdk_type) {
     case XcodeSDK::Type::MacOSX:
-      minimum_version_option << opt_mmacosx_version_min_EQ;
+      minimum_version_option << opt_mmacos_version_min_EQ;
       break;
     case XcodeSDK::Type::iPhoneSimulator:
       minimum_version_option << opt_mios_simulator_version_min_EQ;


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to