[Lldb-commits] [lldb] 2aa3b56 - [lldb] Fix TestMacCatalyst.py
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 28 17:58:01 PDT 2021
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
More information about the lldb-commits
mailing list