[PATCH] D48879: [XRay][test-suite] Benchmarks for profiling mode implementation

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 01:21:52 PDT 2018


hans added a comment.

In https://reviews.llvm.org/D48879#1203580, @dberris wrote:

> Both the patches have landed, do you mind sync'ing to HEAD and trying again?


Sorry, no, still the same error. I tried doing a fresh checkout and build to make sure there's nothing funny in my environment, but that didn't help:

  $ svn export https://llvm.org/svn/llvm-project/llvm/trunk llvm && svn export https://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang && svn export https://llvm.org/svn/llvm-project/compiler-rt/trunk llvm/projects/compiler-rt 
  
  $ mkdir build && cd build
  $ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -LLVM_ENABLE_ASSERTIONS=ON ../llvm && ninja
  $ cd ..
  
  $ svn export https://llvm.org/svn/llvm-project/test-suite/trunk test-suite
  $ cd test-suite
  $ wget https://reviews.llvm.org/D48879?download=true -O /tmp/patch
  $ patch -p0 < /tmp/patch
  $ cd ..
  
  $ mkdir test-suite-build && cd test-suite-build
  $ CC=../build/bin/clang CXX=../build/bin/clang++ cmake -GNinja ../test-suite -DTEST_SUITE_LIT=../build/bin/llvm-lit
  $ ninja check


Repository:
  rT test-suite

https://reviews.llvm.org/D48879





More information about the llvm-commits mailing list