Author: Jonas Devlieghere
Date: 2021-10-28T17:57:55-07:00
New Revision: 2aa3b56339423969f0c89fe10d81f32ff77db2d2

URL: 
https://github.com/llvm/llvm-project/commit/2aa3b56339423969f0c89fe10d81f32ff77db2d2
DIFF: 
https://github.com/llvm/llvm-project/commit/2aa3b56339423969f0c89fe10d81f32ff77db2d2.diff

LOG: [lldb] Fix TestMacCatalyst.py

Added: 
    

Modified: 
    lldb/test/API/macosx/macCatalyst/Makefile

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/macCatalyst/Makefile 
b/lldb/test/API/macosx/macCatalyst/Makefile
index f358ff85ea9f0..d162c33d774f9 100644
--- a/lldb/test/API/macosx/macCatalyst/Makefile
+++ b/lldb/test/API/macosx/macCatalyst/Makefile
@@ -1,6 +1,6 @@
 C_SOURCES := main.c
 
-override TRIPLE := $(ARCH)-apple-ios13.0-macabi
+override TRIPLE := $(ARCH)-apple-ios13.1-macabi
 CFLAGS_EXTRAS := -target $(TRIPLE)
 
 # FIXME: rdar://problem/54986190


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

Reply via email to