[llvm-bugs] [Bug 35735] New: The default object format for wasm is ELF
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 22 18:05:43 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35735
Bug ID: 35735
Summary: The default object format for wasm is ELF
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: dan433584 at gmail.com, llvm-bugs at lists.llvm.org,
rnk at google.com
getDefaultFormat has a switch that ends with:
case Triple::wasm32:
case Triple::wasm64:
case Triple::xcore:
return Triple::ELF;
That is a bit surprising given that wasm has its own file format.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171223/bbce4373/attachment.html>
More information about the llvm-bugs
mailing list