Skip to content
  1. Mar 12, 2014
  2. Mar 11, 2014
    • David Blaikie's avatar
    • Sebastian Pop's avatar
      move WITH_POLLY option before add_subdirectory(tools) · f7d02d47
      Sebastian Pop authored
      the first run of the polly buildbot failed, and then it started passing.
      This is due to the fact that the buildbot re-builds in an existing directory,
      and the first run does not have WITH_POLLY set when it enters tools/.
      Thus, cmake ignores the tools/polly dir in the first run, and then because
      it reuses the CMakeCache.txt of the previous run, it has the WITH_POLLY set
      by the previous run, and so it passes the second time.
      
      llvm-svn: 203615
      f7d02d47
    • Saleem Abdulrasool's avatar
      lex: improve include handling on Linux for Windows · 19803410
      Saleem Abdulrasool authored
      Normalise the path separator character on non-windows platforms.  Although this
      would work on Windows as well (most newer versions of Windows support either '/'
      or '\' as a path separator character), it could potentially cause problems with
      full UNC paths.  This change enables the use of the Windows SDK on Linux which
      will not accept '\' as a path separator.
      
      llvm-svn: 203614
      19803410
Loading