mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 18:10:11 +01:00
Update LLVM (#5082)
Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ auto CodeGen::Make(llvm::Module& module, llvm::StringRef target_triple,
|
||||
errors << "error: invalid target: " << error << "\n";
|
||||
return {};
|
||||
}
|
||||
module.setTargetTriple(target_triple);
|
||||
module.setTargetTriple(llvm::Triple(target_triple));
|
||||
|
||||
constexpr llvm::StringLiteral CPU = "generic";
|
||||
constexpr llvm::StringLiteral Features = "";
|
||||
|
||||
Reference in New Issue
Block a user