Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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