diff options
author | Logan Chien <loganchien@google.com> | 2011-10-21 14:45:53 +0800 |
---|---|---|
committer | Logan Chien <loganchien@google.com> | 2011-10-21 14:45:53 +0800 |
commit | 2e5a5ee613fae456a8ed4282acede56860682f4f (patch) | |
tree | 39ebff118a152d71b4d602fe548ebb3b6cacd9af /host | |
parent | 0ebc07a576037e4e36f68bf5cece32740ca120c0 (diff) | |
download | external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.zip external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.gz external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.bz2 |
Apply changes to migrate to upstream Oct 20th 2011.
Change-Id: I2bb819151f3fa5ce18690ef373bf071205d3f278
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 fab79e5..817cf43 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 +/* Bug report url */ +#define BUG_REPORT_URL "http://llvm.org/bugs/" + /* Relative directory for resource files */ #define CLANG_RESOURCE_DIR "" |