[all-commits] [llvm/llvm-project] a29e8e: [WebAssembly] Add path to PIC mode for wasm tables...
Paulo Matos via All-commits
all-commits at lists.llvm.org
Mon Oct 2 23:00:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a29e8ef1c36001ff19392713c8be4bd277e9b5d7
https://github.com/llvm/llvm-project/commit/a29e8ef1c36001ff19392713c8be4bd277e9b5d7
Author: Paulo Matos <pmatos at igalia.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp
M llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/test/MC/WebAssembly/reloc-pic.s
Log Message:
-----------
[WebAssembly] Add path to PIC mode for wasm tables (#67545)
Currently tables cannot be shared between compilation units, therefore
no special treatment is needed for tables.
Fixes #65191
More information about the All-commits
mailing list