[PATCH] D45346: [LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 19:00:22 PDT 2018
CodaFi added a comment.
The original API for LLVMSetModuleInlineAsm implies that only C-style strings can be passed here, but the implementation is copying to a std::string under the hood anyhow. If that's the invariant that we want to maintain here, I will revert the deprecation and add documentation.
https://reviews.llvm.org/D45346
More information about the llvm-commits
mailing list