[Openmp-commits] [clang] [llvm] [openmp] [libcxx] [lld] [lto] Add minimum macos sdk requirement to test (PR #77695)

Caslyn Tonelli via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 29 09:57:41 PST 2024


================
@@ -5,6 +5,8 @@
 ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -dylib -arch x86_64 -macos_version_min 10.10.0 -o %t.dylib %t.o -save-temps  -undefined dynamic_lookup -exported_symbol _bar -lSystem -mllvm -lto-discard-value-names=false
 ; RUN: llvm-dis %t.dylib.lto.opt.bc -o - | FileCheck --check-prefix=KEEP %s
 
+; REQUIRES: macos-sdk-10.15
----------------
Caslyn wrote:

Confirmed the issue is fixed. Thanks @fhahn! Closing out this PR.

https://github.com/llvm/llvm-project/pull/77695


More information about the Openmp-commits mailing list