Revert my last commit, apparently it's a runtime issue.

llvm-svn: 110387
This commit is contained in:
Eric Christopher 2010-08-05 22:48:32 +00:00
parent e7709ebb64
commit b7ad70d1e8
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#ifndef LLVM_TARGET_TARGETSELECT_H
#define LLVM_TARGET_TARGETSELECT_H
#include "llvm/Config/config.h"
extern "C" {
// Declare all of the target-initialization functions that are available.
#define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo();