A few cases that didn't cover Triple::wasm64 correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| lld/wasm/InputFiles.cpp | ||
|---|---|---|
| 583 | Should we error out here if you try to link two files of different arch? | |
| Paths 
 |  Differential  D83713  
[WebAssembly] Triple::wasm64 related cleanup ClosedPublic Authored by aardappel on Jul 13 2020, 1:02 PM. 
Details 
 Summary A few cases that didn't cover Triple::wasm64 correctly. 
Diff Detail 
 Event TimelineHerald added projects: Restricted Project, Restricted Project.  ·  View Herald TranscriptJul 13 2020, 1:02 PM This revision is now accepted and ready to land.Jul 13 2020, 3:59 PM Closed by commit rG29f8c9f6c25d: [WebAssembly] Triple::wasm64 related cleanup (authored by aardappel).  ·  Explain WhyJul 16 2020, 12:02 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 278568 clang/lib/Driver/ToolChain.cpp
 lld/wasm/Config.h
 lld/wasm/Driver.cpp
 lld/wasm/InputChunks.cpp
 lld/wasm/InputFiles.cpp
 lld/wasm/SyntheticSections.cpp
 lld/wasm/Writer.cpp
 llvm/include/llvm/Object/Wasm.h
 llvm/lib/Object/WasmObjectFile.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Should we error out here if you try to link two files of different arch?