alok marked an inline comment as done.
alok added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1648
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs,
dblaikie added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1648
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs, T.getArch()))
alok
alok marked 2 inline comments as done.
alok added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1648
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs,
dblaikie added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1648
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs, T.getArch()))
prob
probinson added a reviewer: dblaikie.
probinson added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1648
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArc
alok updated this revision to Diff 334642.
alok added a comment.
Updated to address comments from @djtodoro
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99238/new/
https://reviews.llvm.org/D99238
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/lib/Frontend/CompilerInvoca
alok added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1645
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs, T.getArch()))
djtodoro
djtodoro added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1645
- if (Opts.OptimizationLevel > 0 && Opts.hasReducedDebugInfo() &&
+ if (Opts.hasReducedDebugInfo() &&
llvm::is_contained(DebugEntryValueArchs, T.getArch()))
I am
alok updated this revision to Diff 332870.
alok added a comment.
Re-based after setting the parent patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99238/new/
https://reviews.llvm.org/D99238
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/lib/Frontend/CompilerInvocati
alok created this revision.
alok added reviewers: djtodoro, aprantl, jmorse, SouraVX, jini.susan.george,
bhuvanendrakumarn.
alok added a project: debug-info.
Herald added subscribers: jansvoboda11, dexonsmith.
alok requested review of this revision.
Herald added projects: clang, LLVM.
Herald added
10 matches
Mail list logo