[PATCH] D11128: [CMake] Add missing DebugInfo libraries to llvm-shlib

Keno Fischer kfischer at college.harvard.edu
Tue Jul 14 20:36:52 PDT 2015


loladiro added a comment.

This is also missing `Option` and `LibDriver`. However, even after that's added there's still a few functions that the Makefile version exports that the CMake one does not, e.g. `ConvertUTF8toUTF32`. Though admittedly the best solution might just be to move those into the llvm namespace.


Repository:
  rL LLVM

http://reviews.llvm.org/D11128







More information about the llvm-commits mailing list