Skip to content
  1. Apr 01, 2014
  2. Mar 31, 2014
  3. Mar 27, 2014
  4. Mar 18, 2014
  5. Mar 14, 2014
  6. Mar 13, 2014
  7. Mar 06, 2014
  8. Mar 05, 2014
  9. Feb 28, 2014
  10. Feb 27, 2014
  11. Feb 26, 2014
  12. Feb 24, 2014
  13. Feb 19, 2014
    • Alexey Samsonov's avatar
      Add rudimentary support for running compiler-rt lit tests with GCC · 31043152
      Alexey Samsonov authored
      llvm-svn: 201680
      31043152
    • Alexey Samsonov's avatar
      [CMake] Use host compiler to run lit tests in standalone mode · 8067448d
      Alexey Samsonov authored
      llvm-svn: 201674
      8067448d
    • Alexey Samsonov's avatar
      [CMake] Use host compiler to build unittests in standalone mode · 150d62aa
      Alexey Samsonov authored
      llvm-svn: 201672
      150d62aa
    • Alexey Samsonov's avatar
      [CMake] Introduce COMPILER_RT_INCLUDE_TESTS option · cd8535a9
      Alexey Samsonov authored
      llvm-svn: 201666
      cd8535a9
    • Alexey Samsonov's avatar
      [CMake] Add the way to run tests in standalone build. · aa980c76
      Alexey Samsonov authored
      1) Depend on llvm-config (configured in LLVM_CONFIG_PATH) to
      get necessary LLVM source/binary directories.
      2) Add basic support for running lit tests (check-xsan commands).
      For now this "support" is far from what we want:
        * unit tests are not built currently.
        * lit tests use Clang/compiler-rt from LLVM build directory,
          not the host compiler or just-built compiler-rt libraries.
      
      We should make a choice on the way we intend ti run compiler-rt lit testsuite:
      a) use either Clang from LLVM build tree, or the host compiler.
      b) use either just-built runtimes, or the runtimes shipped with the
      host compiler.
      
      Using just-built runtimes is tricky - we have to know where to put them, so that
      Clang/GCC driver would pick them up (and not overwrite the existing runtimes).
      Using a host compiler instead of Clang from LLVM build tree will give us a chance to
      run lit tests under GCC (which already has support for several sanitizers).
      
      That is, I tend to make the following choice: if we're in a standalone compiler-rt
      build, use host compiler with its set of runtime libraries to run lit tests.
      This will effectively decouple "make compiler-rt" and "make check-compiler-rt" in
      a standalone build - the latter wouldn't invoke the former. Note that if we decide
      to fix LLVM/Clang/compiler-rt build system so that it would configure/build
      compiler-rt with just-built Clang (as we do in Makefile-based build), this will not
      be a problem - we can add a dependency to ensure that clang/compiler-rt are rebuilt
      before running compiler-rt tests.
      
      llvm-svn: 201656
      aa980c76
    • Alexey Samsonov's avatar
      [CMake] Rudimentary support for standalone CompilerRT build system. · de4ef2a0
      Alexey Samsonov authored
      This change allows to build compiler-rt libraries separately from
      LLVM/Clang (path to LLVM build directory should be specified at
      configure time). Running tests is not yet supported.
      
      llvm-svn: 201647
      de4ef2a0
  14. Feb 18, 2014
  15. Feb 14, 2014
Loading