Skip to content
  1. Dec 29, 2013
    • Nico Weber's avatar
      Try to fix windows build more after r198136. · 2534017a
      Nico Weber authored
      The command that cmd.exe is complaining about is:
      cmd.exe /c cd /D C:\bb-win7\cmake-clang-i686-mingw32\build\tools\lto && cmake -E echo EXPORTS > symbol.def && type C:/bb-win7/cmake-clang-i686-mingw32/llvm-project/llvm/tools/lto/lto.exports >> symbol.def
      
      Maybe quoting the filename helps.
      
      llvm-svn: 198140
      2534017a
    • Nico Weber's avatar
      Use `${CMAKE_COMMAND}` instead of `cmake`. · b42359d7
      Nico Weber authored
      llvm-svn: 198139
      b42359d7
    • Nico Weber's avatar
      Try to fix windows build after r198136. · fc9ddcde
      Nico Weber authored
      `type` can't read from stdin.
      
      llvm-svn: 198138
      fc9ddcde
    • Nico Weber's avatar
      Try to fix linux build after r198136. · a69d1a88
      Nico Weber authored
      $ needs to be written $$ in makefiles, but not in cmakefiles.
      
      llvm-svn: 198137
      a69d1a88
    • 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
    • Nico Weber's avatar
      Remove windows newlines. · d16b48a2
      Nico Weber authored
      llvm-svn: 198135
      d16b48a2
  2. Dec 28, 2013
  3. Dec 27, 2013
Loading