mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
WebAssembly: add placeholder intrinsics header
Reviewers: sunfish Subscribers: llvm-commits, jfb Differential Revision: http://reviews.llvm.org/D11080 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efec6ccae3
commit
51e46420ea
@ -646,3 +646,4 @@ include "llvm/IR/IntrinsicsMips.td"
|
||||
include "llvm/IR/IntrinsicsAMDGPU.td"
|
||||
include "llvm/IR/IntrinsicsBPF.td"
|
||||
include "llvm/IR/IntrinsicsSystemZ.td"
|
||||
include "llvm/IR/IntrinsicsWebAssembly.td"
|
||||
|
16
include/llvm/IR/IntrinsicsWebAssembly.td
Normal file
16
include/llvm/IR/IntrinsicsWebAssembly.td
Normal file
@ -0,0 +1,16 @@
|
||||
//===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
///
|
||||
/// \file
|
||||
/// \brief This file defines all of the WebAssembly-specific intrinsics.
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.".
|
||||
}
|
Loading…
Reference in New Issue
Block a user