Skip to content
  • Nico Weber's avatar
    EXPORTED_SYMBOL_FILE support for cmake · c27118dd
    Nico Weber authored
    The cmake build didn't support EXPORTED_SYMBOL_FILE. Instead, it had a
    Windows-only implementation in tools/lto/CMakeLists.txt, a linux-only
    implementation in tools/gold/CMakeLists.txt, and a darwin-only implementation
    in tools/clang/tools/libclang/CMakeLists.txt.
    
    This attempts to consolidate these one-offs into a single place. Clients can now
    just set LLVM_EXPORTED_SYMBOL_FILE and things (hopefully) Just Work, like in
    the make build.
    
    llvm-svn: 198136
    c27118dd
Loading