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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
            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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to