[PATCH] D92669: [PGO] Adjust -vp-counters-per-site.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 13:38:32 PST 2020
yamauchi marked an inline comment as done.
yamauchi added inline comments.
================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:923
+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND
+ CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 11 AND
+ LLVM_LINK_LLVM_DYLIB)
----------------
davidxl wrote:
> is version 11 when the option is introduced?
Version 11 is when the extended value profile buckets was enabled (and presumably this issue started.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92669/new/
https://reviews.llvm.org/D92669
More information about the llvm-commits
mailing list