[lld] [lld-macho][arm64] implement -objc_stubs_small (PR #78665)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 12:42:10 PST 2024
================
@@ -7,10 +7,10 @@
# RUN: llvm-otool -vs __TEXT __objc_stubs %t.out | FileCheck %s
# RUN: %lld -arch arm64 -lSystem -o %t.out %t.o -objc_stubs_fast
# RUN: llvm-otool -vs __TEXT __objc_stubs %t.out | FileCheck %s
-# RUN: %no-fatal-warnings-lld -arch arm64 -lSystem -o %t.out %t.o -objc_stubs_small 2>&1 | FileCheck %s --check-prefix=WARNING
-# RUN: llvm-otool -vs __TEXT __objc_stubs %t.out | FileCheck %s
-
-# WARNING: warning: -objc_stubs_small is not yet implemented, defaulting to -objc_stubs_fast
----------------
keith wrote:
probably not a huge deal but you could leave this test in for x86 only for now
https://github.com/llvm/llvm-project/pull/78665
More information about the llvm-commits
mailing list