[PATCH] D104556: [InstrProfiling] Make CountersPtr in __profd_ relative

Rich Kadel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 10:17:08 PDT 2021


richkadel added a comment.

I don't know if this is helpful or not, but we ran into a problem, recently, on Fuchsia when upgrading Clang (I believe to LLVM 14), and realized that the LLVM tools from Clang's version of LLVM were in compatible with the Rust profraw files. Since you're probably using a Rust compiler that's compatible with LLVM 13 (if not earlier), you may need to make sure you're using Rust's bundled LLVM tools (`llvm-profdata` and `llvm-cov`) to process those files.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104556/new/

https://reviews.llvm.org/D104556



More information about the cfe-commits mailing list