[PATCH] D21738: [profile] Enable on SystemZ.
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 26 15:54:54 PDT 2016
vsk added a subscriber: vsk.
vsk accepted this revision.
vsk added a reviewer: vsk.
vsk added a comment.
This revision is now accepted and ready to land.
This lgtm once the dependent patches are in.
As a heads-up: the gcov/SampleProf stuff has lower code coverage on big-endian systems due to xfails in test/tools/llvm-{cov,profdata} and in test/Transforms/SampleProfile. That should really be fixed. But, there's no sense in holding up this patch with that.
Before committing, please also check that building an instrumented stage2 clang on s390x works. I.e:
`-DCMAKE_C_COMPILER=ToT/bin/clang -DCMAKE_CXX_COMPILER=ToT/bin/clang++ -DLLVM_PROFILE_DATA_DIR=/tmp -DLLVM_BUILD_INSTRUMENTED=On`
Repository:
rL LLVM
http://reviews.llvm.org/D21738
More information about the llvm-commits
mailing list