diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2024-07-20 12:02:48 +0900 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2024-07-20 12:36:57 +0900 |
commit | 740161a9b98c9920dedf1852b5f1c94d0a683af5 (patch) | |
tree | 67013231edbc048819f86aff973c313466f034d9 /llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | |
parent | 2d756d9d4c89ac50404f942f2db2f4a402aa0e00 (diff) | |
download | llvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.zip llvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.tar.gz llvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.tar.bz2 |
Revert "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98512)"
This reverts commit c05126bdfc3b02daa37d11056fa43db1a6cdef69.
(llvmorg-19-init-17714-gc05126bdfc3b)
See #99610
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp index ba3ab51..53619eaa 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp @@ -21,7 +21,7 @@ #include "WebAssemblyRuntimeLibcallSignatures.h" #include "WebAssemblySubtarget.h" #include "WebAssemblyUtilities.h" -#include "llvm/CodeGen/RuntimeLibcallUtil.h" +#include "llvm/CodeGen/RuntimeLibcalls.h" using namespace llvm; |