diff options
author | Adrian McCarthy <amccarth@google.com> | 2018-01-08 17:12:01 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2018-01-08 17:12:01 +0000 |
commit | ce63a925cc2172b7119a65ce209c0435beba8a9a (patch) | |
tree | db153807edc5a6b1e7c9ceff34a78f720f0e229c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a734d409c6fda2b9a0b53304867ce95f99987da4 (diff) | |
download | bcm5719-llvm-ce63a925cc2172b7119a65ce209c0435beba8a9a.tar.gz bcm5719-llvm-ce63a925cc2172b7119a65ce209c0435beba8a9a.zip |
Revert "Emit Function IDs table for Control Flow Guard"
The new test fails on the Hexagon bot. Reverting while I investigate.
This reverts https://reviews.llvm.org/rL322005
This reverts commit b7e0026b4385180c378edc658ec91a39566f2942.
llvm-svn: 322008
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 236ee627969..22528004688 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -721,8 +721,6 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK, Opts.MainFileName = Args.getLastArgValue(OPT_main_file_name); Opts.VerifyModule = !Args.hasArg(OPT_disable_llvm_verifier); - Opts.ControlFlowGuard = Args.hasArg(OPT_cfguard); - Opts.DisableGCov = Args.hasArg(OPT_test_coverage); Opts.EmitGcovArcs = Args.hasArg(OPT_femit_coverage_data); Opts.EmitGcovNotes = Args.hasArg(OPT_femit_coverage_notes); |