[PATCH] D114683: [LTO] Specify triple to address unknown binary format assertion
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 13:40:33 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e328b06c152: [LTO] Specify triple to address unknown binary format assertion (authored by Jake-Egan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114683/new/
https://reviews.llvm.org/D114683
Files:
llvm/test/LTO/X86/bcsection.ll
Index: llvm/test/LTO/X86/bcsection.ll
===================================================================
--- llvm/test/LTO/X86/bcsection.ll
+++ llvm/test/LTO/X86/bcsection.ll
@@ -18,6 +18,8 @@
; REQUIRES: default_triple
+target triple = "x86_64-unknown-linux-gnu"
+
; CHECK: main
define i32 @main() {
ret i32 0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114683.391447.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/d582d756/attachment.bin>
More information about the llvm-commits
mailing list