[PATCH] D114683: [LTO] Specify triple to address unknown binary format assertion
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 28 18:39:49 PST 2021
Jake-Egan created this revision.
Herald added subscribers: ormris, steven_wu, hiraditya, inglorion.
Jake-Egan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
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.390235.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/b4b1d29d/attachment.bin>
More information about the llvm-commits
mailing list