This intended as a debugging/development flag only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D28385
Add a cc1 option to force disabling lifetime-markers emission from clang ClosedPublic Authored by mehdi_amini on Jan 5 2017, 4:23 PM.
Details Summary This intended as a debugging/development flag only.
Diff Detail
Event Timelinemehdi_amini retitled this revision from to Add a cc1 option to force disabling lifetime-markers emission from clang. mehdi_amini updated this object. This revision is now accepted and ready to land.Jan 6 2017, 3:25 PM Closed by commit rL291300: Add a cc1 option to force disabling lifetime-markers emission from clang (authored by mehdi_amini). · Explain WhyJan 6 2017, 3:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 83443 cfe/trunk/include/clang/Driver/CC1Options.td
cfe/trunk/include/clang/Frontend/CodeGenOptions.def
cfe/trunk/lib/CodeGen/BackendUtil.cpp
cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/CodeGen/lifetime2.c
|