]> granicus.if.org Git - clang/commit
[Remarks] Extend -fsave-optimization-record to specify the format
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Mon, 17 Jun 2019 16:06:00 +0000 (16:06 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Mon, 17 Jun 2019 16:06:00 +0000 (16:06 +0000)
commit978bbd3821eac88307ad1b1c14bc20a3ee80f485
treed6d543a8b0ff885c74a82c3dd7d2c9a4045b3103
parent0247c68cef3d44f6cc14845ae8d629858b319d8b
[Remarks] Extend -fsave-optimization-record to specify the format

Use -fsave-optimization-record=<format> to specify a different format
than the default, which is YAML.

For now, only YAML is supported.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363573 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
docs/UsersManual.rst
include/clang/Basic/CodeGenOptions.h
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CodeGenAction.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/Darwin.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/opt-record-MIR.c
test/CodeGen/opt-record.c
test/Driver/darwin-ld.c
test/Driver/opt-record.c