[PATCH] D81203: clang-cl: accept -f[no-]data-sections and -f[no-]function-sections
Bob Haarman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 5 15:43:36 PDT 2020
inglorion abandoned this revision.
inglorion added a comment.
Ok, thanks for clarifying.
The benefit this would get us is not having to spell the flags differently depending on whether the frontend is clang or clang-cl. I figured this would fit in with all the -f options we already take and not really increase the risk of conflicting with future cl.exe options. But as you said, there are clang-cl options that will enable the exact same functionality, so I'll abandon this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81203/new/
https://reviews.llvm.org/D81203
More information about the cfe-commits
mailing list