aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-07-10 21:09:55 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-07-10 21:09:55 +0000
commita93e77073faf8547f8405919339f44cebdc74d11 (patch)
treee65d4d126dc86dbfb168f90f99e6d8fa91b5fcb0 /include/llvm/Config
parent8f6d9a729e4f73c25c3dadaf2af01e87b71c2288 (diff)
downloadexternal_llvm-a93e77073faf8547f8405919339f44cebdc74d11.zip
external_llvm-a93e77073faf8547f8405919339f44cebdc74d11.tar.gz
external_llvm-a93e77073faf8547f8405919339f44cebdc74d11.tar.bz2
Regenerate configure after r75279.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index b78814f..537df16 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -592,6 +592,9 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Define if we have the oprofile JIT-support library */
+#undef USE_OPROFILE
+
/* Define if use udis86 library */
#undef USE_UDIS86