[PATCH] D62627: [NFC] Do not run CGProfilePass when -fno-integrated-as is on
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 14:16:18 PDT 2019
Bigcheese added a comment.
I find it a bit odd to have clang care about this, but I suppose it is the driver that knows which features tools support. I also have an issue with the name as `CGProfilePass` doesn't actually do the sorting. I would just keep the option as `-enable-call-graph-profile-emission` or something like that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62627/new/
https://reviews.llvm.org/D62627
More information about the llvm-commits
mailing list