| Index: lib/Target/JSBackend/TargetInfo/JSBackendTargetInfo.cpp
|
| diff --git a/lib/Target/JSBackend/TargetInfo/JSBackendTargetInfo.cpp b/lib/Target/JSBackend/TargetInfo/JSBackendTargetInfo.cpp
|
| deleted file mode 100644
|
| index cdf9752a07e6fb3e1b9b00615b613d44c5b0b33b..0000000000000000000000000000000000000000
|
| --- a/lib/Target/JSBackend/TargetInfo/JSBackendTargetInfo.cpp
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -//===-- JSBackendTargetInfo.cpp - JSBackend Target Implementation -------===//
|
| -//
|
| -// The LLVM Compiler Infrastructure
|
| -//
|
| -// This file is distributed under the University of Illinois Open Source
|
| -// License. See LICENSE.TXT for details.
|
| -//
|
| -//===--------------------------------------------------------------------===//
|
| -
|
| -#include "JSTargetMachine.h"
|
| -#include "MCTargetDesc/JSBackendMCTargetDesc.h"
|
| -#include "llvm/IR/Module.h"
|
| -#include "llvm/Support/TargetRegistry.h"
|
| -using namespace llvm;
|
| -
|
| -Target llvm::TheJSBackendTarget;
|
| -
|
| -extern "C" void LLVMInitializeJSBackendTargetInfo() {
|
| - RegisterTarget<Triple::asmjs, /*HasJIT=*/false> X(TheJSBackendTarget, "js", "JavaScript (asm.js, emscripten) backend");
|
| -}
|
|
|