[PATCH] D14487: [PGO]: Add llvm main include dir to profile runtime header path.

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 15:38:26 PST 2015


davidxl added a comment.

Longer term we probably need to exclude profile runtime when compiler-rt is build standalone -- however this will have implications and require more discussions in llvm-dev.

The profile runtime refactoring can still be done by extracting ABI related defs into one common file which will be duplicated between profile runtime and LLVM. This won't reduce the profile runtime maintenance overhead to zero, but should be close enough.


Repository:
  rL LLVM

http://reviews.llvm.org/D14487





More information about the llvm-commits mailing list