[PATCH] D49414: Add target triple normalization to the C API
whitequark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 17 03:02:27 PDT 2018
whitequark requested changes to this revision.
whitequark added inline comments.
This revision now requires changes to proceed.
================
Comment at: include/llvm-c/TargetMachine.h:142
+ LLVMDisposeMessage. */
+char* LLVMNormalizeTargetTriple(char* triple);
+
----------------
This should take a `const char *`.
Repository:
rL LLVM
https://reviews.llvm.org/D49414
More information about the llvm-commits
mailing list