diff options
| author | JOE1994 <joseph942010@gmail.com> | 2024-09-15 21:12:09 -0400 |
|---|---|---|
| committer | JOE1994 <joseph942010@gmail.com> | 2024-09-15 22:45:28 -0400 |
| commit | 095b41c6eedb3acc908dc63ee91ff77944c07d75 (patch) | |
| tree | 5cfad685fc50b24dfa20fba87a700ce6e340102d /mlir/lib/Target/LLVM/ModuleToObject.cpp | |
| parent | 0c55ad11ab3857056bb3917fdf087c4aa811b790 (diff) | |
[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)
Excluded updates to mlir/lib/AsmParser/Parser.cpp ,
which caused LIT failure "FAIL: MLIR::completion.test" on multiple buildbots.
Diffstat (limited to 'mlir/lib/Target/LLVM/ModuleToObject.cpp')
| -rw-r--r-- | mlir/lib/Target/LLVM/ModuleToObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Target/LLVM/ModuleToObject.cpp b/mlir/lib/Target/LLVM/ModuleToObject.cpp index d94c10de8d7c..77391341adaa 100644 --- a/mlir/lib/Target/LLVM/ModuleToObject.cpp +++ b/mlir/lib/Target/LLVM/ModuleToObject.cpp @@ -182,7 +182,7 @@ ModuleToObject::translateToISA(llvm::Module &llvmModule, codegenPasses.run(llvmModule); } - return stream.str(); + return targetISA; } void ModuleToObject::setDataLayoutAndTriple(llvm::Module &module) { |
