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

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 16:55:11 PST 2015


beanz added a subscriber: beanz.
beanz added a comment.

This code breaks builds with LLVM_EXTERNAL_COMPILER_RT=On or any out-of-tree compiler-rt build.

LLVM_MAIN_INCLUDE_DIR is not always set, and you can't expect it to be set.


Repository:
  rL LLVM

http://reviews.llvm.org/D14487





More information about the llvm-commits mailing list