diff options
author | jush <jush.msn@gmail.com> | 2011-02-28 17:18:20 +0800 |
---|---|---|
committer | jush <jush.msn@gmail.com> | 2011-02-28 17:18:20 +0800 |
commit | 4671b174806e6c8577125a644aa85999598e4971 (patch) | |
tree | 2414ea450721e8f9f3107e23d176716ef718fd88 /host | |
parent | 4d03e416be8cf1f0f502118826b7cbaeec0b79b2 (diff) | |
download | external_llvm-4671b174806e6c8577125a644aa85999598e4971.zip external_llvm-4671b174806e6c8577125a644aa85999598e4971.tar.gz external_llvm-4671b174806e6c8577125a644aa85999598e4971.tar.bz2 |
Update build script after merge.
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 5a48cd5..5a1f7bb 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -4,6 +4,9 @@ #ifndef CONFIG_H #define CONFIG_H +/* Relative directory for resource files */ +#define CLANG_RESOURCE_DIR "" + /* 32 bit multilib directory. */ #define CXX_INCLUDE_32BIT_DIR "" |