Details
Details
- Reviewers
dschuff msearles - Commits
- rG622ad04625af: [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC.
rLLD351488: [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC.
rL351488: [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC.
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 27008 Build 27007: arc lint + arc unit
Event Timeline
Comment Actions
Would you kindly apply the same fix to:
lld/trunk/wasm/Writer.cpp:694 :
MemoryPtr = alignTo(MemoryPtr, 1 << Seg->Alignment);
1 -> 1ULL