]> granicus.if.org Git - clang/commit
make -fprofile-instr-generate and -fprofile-instr-use work with clang-cl
authorBob Haarman <llvm@inglorion.net>
Wed, 30 Nov 2016 03:25:36 +0000 (03:25 +0000)
committerBob Haarman <llvm@inglorion.net>
Wed, 30 Nov 2016 03:25:36 +0000 (03:25 +0000)
commit88cb08718ca2f4f8e07dfcb5c1d8fbb31f08d1ab
tree9f7ecbbea86f870cddfde580e3fa94e23ff6e1ae
parent5050adc78caa37808eeabc861ac8906f4084d877
make -fprofile-instr-generate and -fprofile-instr-use work with clang-cl

Summary: Makes -fprofile-instr-generate and -fprofile-instr-use work
with clang-cl so that profile-guided optimization can be used.

Differential Revision: https://reviews.llvm.org/D27086

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288230 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/cl-options.c