Add -fpreserve-as-comments and -fno-preserve-as-comments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D22883
Add flags to toggle preservation of assembly comments ClosedPublic Authored by niravd on Jul 27 2016, 12:22 PM.
Details Summary Add -fpreserve-as-comments and -fno-preserve-as-comments.
Diff Detail
Event Timelineniravd updated this object. Closed by commit rL276907: Add flags to toggle preservation of assembly comments (authored by niravd). · Explain WhyJul 27 2016, 1:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 65792 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/include/clang/Frontend/CodeGenOptions.def
cfe/trunk/lib/CodeGen/BackendUtil.cpp
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/CodeGen/preserve-as-comments.c
|