https://bugs.llvm.org/show_bug.cgi?id=50078

            Bug ID: 50078
           Summary: Regression(https://reviews.llvm.org/D100523): platform
                    version check is broken
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MachO
          Assignee: unassignedb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: g...@fb.com, jezr...@gmail.com,
                    llvm-bugs@lists.llvm.org, smee...@fb.com

Linking llvm-tblgen with lld after https://reviews.llvm.org/D100523 produces:

ld64.lld: error:
/Users/thakis/src/chrome/src/third_party/llvm-build/Release+Asserts/lib/clang/13.0.0/lib/darwin/libclang_rt.osx.a(os_version_check.c.o)
has version 10.5.0, which is incompatible with target version of 10.10.0
ld64.lld: error: undefined symbol: ___isPlatformVersionAtLeast

10.5 is compatible with 10.10, so that diag is bogus. Uploading a repro file
ina second.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to