]> granicus.if.org Git - clang/commit
[Support] Fix `-ftime-trace-granularity` option
authorAnton Afanasyev <anton.a.afanasyev@gmail.com>
Wed, 24 Jul 2019 14:55:40 +0000 (14:55 +0000)
committerAnton Afanasyev <anton.a.afanasyev@gmail.com>
Wed, 24 Jul 2019 14:55:40 +0000 (14:55 +0000)
commit0ed22963c77622c400e932c544634dd0ef60a8cd
treebd52cb0086272e00c3d631e83a34423af4a29bd3
parentfdf203171d5934bab326f9bef5478618cc714871
[Support] Fix `-ftime-trace-granularity` option

Summary:
Move `-ftime-trace-granularity` option to frontend options. Without patch
this option is showed up in the help for any tool that links libSupport.

Reviewers: sammccall

Subscribers: hiraditya, cfe-commits, llvm-commits

Tags: #clang, #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366911 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangCommandLineReference.rst
include/clang/Basic/CodeGenOptions.def
include/clang/Driver/Options.td
include/clang/Frontend/FrontendOptions.h
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/check-time-trace.cpp
tools/driver/cc1_main.cpp