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

            Bug ID: 47226
           Summary: llvm-config --system-libs prints .tbd files instead of
                    .dylib
           Product: tools
           Version: 10.0
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-config
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Running `llvm-config --system-libs` with current LLVM 10.0.1 on macOS Catalina
reports the following libraries:

```
-lz -lcurses -lm -llibxml2.tbd
```

instead of the expected:

```
-lz -lcurses -lm --lxml2
```

Out of curiosity, I checked what the output is in the current LLVM trunk, and
it's even worse, reporting:

```
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libcurses.tbd
-lm -llibz.tbd -llibxml2.tbd
```

For more discussion about this issue, please see the downstream issue at
https://github.com/ziglang/zig/issues/6087

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

Reply via email to