Skip to content
  1. Jan 10, 2014
  2. Dec 29, 2013
    • 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
  3. Nov 05, 2011
  4. May 12, 2011
  5. Mar 11, 2011
Loading