[LLVMbugs] [Bug 24157] New: CMake built shared library does not export all public symbols

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 16 11:37:20 PDT 2015


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

            Bug ID: 24157
           Summary: CMake built shared library does not export all public
                    symbols
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: kfischer at college.harvard.edu
                CC: cbieneman at apple.com, llvmbugs at cs.uiuc.edu
            Blocks: 15732
    Classification: Unclassified

A CMake-built shared library with `LLVM_DYLIB_EXPORT_ALL` set still does not
export all public symbols. In particular, it is missing the Convert* functions
because the do not follow standard LLVM naming conventions. Those function
should probably either be moved into the C++ LLVM namespace or prefixed with
`LLVM` like the rest of the LLVM C interface. Additionally, the shared library
is missing `Option` and `LibDriver`, though that is easily fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150716/9890ccac/attachment.html>


More information about the llvm-bugs mailing list