aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2020-02-01 00:16:19 -0800
committerFangrui Song <maskray@google.com>2020-02-01 00:29:29 -0800
commit1acf129bcf9a1b51e301a9fef151254ec4c7ec43 (patch)
tree19519ed9937fd79d8205afead42bd74cc621a05c /llvm/lib/ExecutionEngine/Interpreter
parent2637769b9f38010082276b7b839a17b102d1ac93 (diff)
downloadllvm-1acf129bcf9a1b51e301a9fef151254ec4c7ec43.zip
llvm-1acf129bcf9a1b51e301a9fef151254ec4c7ec43.tar.gz
llvm-1acf129bcf9a1b51e301a9fef151254ec4c7ec43.tar.bz2
[Frontend] Delete a redundant check of -pg for setFramePointer()
Driver errors if -fomit-frame-pointer is used together with -pg. useFramePointerForTargetByDefault() returns true if -pg is specified. => (!OmitFP && useFramePointerForTargetByDefault(Args, Triple)) is true => We cannot get FramePointerKind::None
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
0 files changed, 0 insertions, 0 deletions