Author: Adrian Prantl Date: 2020-08-06T13:07:16-07:00 New Revision: f406a90a08c3993cd5bfd5e6a546165e55fec9b4
URL: https://github.com/llvm/llvm-project/commit/f406a90a08c3993cd5bfd5e6a546165e55fec9b4 DIFF: https://github.com/llvm/llvm-project/commit/f406a90a08c3993cd5bfd5e6a546165e55fec9b4.diff LOG: Add missing override to Makefile Added: Modified: lldb/test/API/macosx/macCatalyst/Makefile lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile Removed: ################################################################################ diff --git a/lldb/test/API/macosx/macCatalyst/Makefile b/lldb/test/API/macosx/macCatalyst/Makefile index 9b9224571fdd..f358ff85ea9f 100644 --- a/lldb/test/API/macosx/macCatalyst/Makefile +++ b/lldb/test/API/macosx/macCatalyst/Makefile @@ -1,6 +1,6 @@ C_SOURCES := main.c -TRIPLE := $(ARCH)-apple-ios13.0-macabi +override TRIPLE := $(ARCH)-apple-ios13.0-macabi CFLAGS_EXTRAS := -target $(TRIPLE) # FIXME: rdar://problem/54986190 diff --git a/lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile b/lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile index 96fbf4a9cf17..b24fe3f574cc 100644 --- a/lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile +++ b/lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile @@ -1,7 +1,7 @@ C_SOURCES := main.c LD_EXTRAS := -L. -lfoo -TRIPLE := $(ARCH)-apple-ios13.0-macabi +override TRIPLE := $(ARCH)-apple-ios13.0-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