This is a test for the llvm-cov change to not remap paths for source files that exist. It lives in compiler-rt because it uses clang to generate the profiled binary. It doesn't seem possible to create a static binary for a test within llvm because such a static binary will necessarily encode a fixed source path which may not even exist in the developers workarea. A test using clang to generate the binary makes it "relocatable" to whatever build setup the developer has.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime