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)
commit2fae56fce48abcb0c80a31432697ec666beb5493
treeaefb558cb5a7a69bca563f7c3957ee29ddffd134
parent176f892fa7372b9af624be736a6f9f4098828554
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

llvm-svn: 288230
clang/include/clang/Driver/Options.td
clang/test/Driver/cl-options.c