diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-05 22:48:32 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-05 22:48:32 +0000 |
commit | b7ad70d1e8417de5073657277df17ff901c71b81 (patch) | |
tree | 72eff38ff6c140a332bae0251bd93103979271ed /llvm | |
parent | e7709ebb64993ebf43c75b26ecc158c211011f62 (diff) | |
download | bcm5719-llvm-b7ad70d1e8417de5073657277df17ff901c71b81.tar.gz bcm5719-llvm-b7ad70d1e8417de5073657277df17ff901c71b81.zip |
Revert my last commit, apparently it's a runtime issue.
llvm-svn: 110387
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Target/TargetSelect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetSelect.h b/llvm/include/llvm/Target/TargetSelect.h index 589c7cf17b6..3ade00dc8d4 100644 --- a/llvm/include/llvm/Target/TargetSelect.h +++ b/llvm/include/llvm/Target/TargetSelect.h @@ -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(); |