diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-08 02:44:17 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-08 02:44:17 +0000 |
commit | eec5008e77ebfff7fd0723f4a21b88fde5d04b87 (patch) | |
tree | 3e601828f7cb820adaaf5a1dc035d541ce711757 /include/llvm/Target/TargetSelect.h | |
parent | 73739d0bf19af3944aff6afaea2c4eda61061652 (diff) |
Fix PR7809 by creating a header for just llvm variables that can be
included in exported interfaces. Update a couple of exported interfaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetSelect.h')
-rw-r--r-- | include/llvm/Target/TargetSelect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetSelect.h b/include/llvm/Target/TargetSelect.h index 3ade00dc8d..ab6b62b74e 100644 --- a/include/llvm/Target/TargetSelect.h +++ b/include/llvm/Target/TargetSelect.h @@ -16,7 +16,7 @@ #ifndef LLVM_TARGET_TARGETSELECT_H #define LLVM_TARGET_TARGETSELECT_H -#include "llvm/Config/config.h" +#include "llvm/Config/llvm-config.h" extern "C" { // Declare all of the target-initialization functions that are available. |