[PATCH] D125723: [MSVC] Add support for MSVC pragma optimize
Stephen Long via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 11:35:36 PDT 2022
steplong added a comment.
Appreciate the help! It's not clear to me how to go from the strings "Os", "foo1", "foo2", "foo3" to adding "-Os -ffoo1 -ffoo2 -ffoo3" to the compilation line for that function
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125723/new/
https://reviews.llvm.org/D125723
More information about the cfe-commits
mailing list