LTO: Simplify ownership of LTOCodeGenerator::CodegenOptions.
[oota-llvm.git] / include / llvm / LTO / LTOCodeGenerator.h
index 0c46fc048a43b8772dd973d7d737081e675de80e..695de5aa9946adde64efe4eafc270a78debe4c91 100644 (file)
@@ -165,7 +165,7 @@ private:
   lto_codegen_model CodeModel = LTO_CODEGEN_PIC_MODEL_DEFAULT;
   StringSet MustPreserveSymbols;
   StringSet AsmUndefinedRefs;
-  std::vector<char *> CodegenOptions;
+  std::vector<std::string> CodegenOptions;
   std::string MCpu;
   std::string MAttr;
   std::string NativeObjectPath;