summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:48:52 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-10-10 01:48:52 +0000
commit3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2 (patch)
treea2862c7118142b3cbb30fb82345c26f4ea14558e /lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
parent30b20ebdd3a41e103c6aa35849a33ed299332bc9 (diff)
downloadllvm-3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2.tar.gz
llvm-3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2.tar.bz2
llvm-3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2.tar.xz
Adding comments to clarify the reason for non-standard style in these files.
Patch committed on behalf of Kirill Uhanov git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h')
-rw-r--r--lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h b/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
index 238065fe0a..1f029fb1c4 100644
--- a/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
+++ b/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h
@@ -10,6 +10,11 @@
* This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
* Profiling API internal config.
*
+ * NOTE: This file comes in a style different from the rest of LLVM
+ * source base since this is a piece of code shared from Intel(R)
+ * products. Please do not reformat / re-style this code to make
+ * subsequent merges and contributions from the original source base eaiser.
+ *
*===----------------------------------------------------------------------===*/
#ifndef _ITTNOTIFY_CONFIG_H_
#define _ITTNOTIFY_CONFIG_H_