Add --no-omit-frame-pointer option

This commit is contained in:
Vsevolod Livinskiy
2016-01-22 09:35:30 +03:00
parent 9dbb839146
commit e4a672483f
4 changed files with 15 additions and 0 deletions

3
ispc.h
View File

@@ -562,6 +562,9 @@ struct Globals {
/** When \c true, target ISA will be printed during ispc's execution. */
bool printTarget;
/** When \c true, LLVM won't omit frame pointer. */
bool NoOmitFramePointer;
/** Indicates which stages of optimization we want to dump. */
std::set<int> debug_stages;