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
commitf41184f76022e9c791e80355387974d6fb830864 (patch)
treee65d4d126dc86dbfb168f90f99e6d8fa91b5fcb0 /include/llvm/Config
parent1fa7e521c90a90c4d2b07dfa75fba75708b34b1c (diff)
downloadexternal_llvm-f41184f76022e9c791e80355387974d6fb830864.zip
external_llvm-f41184f76022e9c791e80355387974d6fb830864.tar.gz
external_llvm-f41184f76022e9c791e80355387974d6fb830864.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