Update LLVM (#5082)

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
This commit is contained in:
josh11b
2025-03-07 19:34:31 +00:00
committed by GitHub
co-authored by Josh L
parent baffb66bc9
commit 820ace95e8
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 = "";