aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-12-22 20:41:12 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-12-22 20:41:12 +0000
commitbfa45f3745a59014e9d49e5b3a8f4015291ff483 (patch)
tree3ec6511d996ab04d7109ae99d4e1172fac6671f4 /lib
parent874c786104e4b8eae81af3cac5639e3536d49265 (diff)
downloadexternal_llvm-bfa45f3745a59014e9d49e5b3a8f4015291ff483.tar.gz
external_llvm-bfa45f3745a59014e9d49e5b3a8f4015291ff483.tar.bz2
external_llvm-bfa45f3745a59014e9d49e5b3a8f4015291ff483.zip
Disable, until we'll really need it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86JITInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/X86/X86JITInfo.cpp b/lib/Target/X86/X86JITInfo.cpp
index 5ce00053a9..692a759793 100644
--- a/lib/Target/X86/X86JITInfo.cpp
+++ b/lib/Target/X86/X86JITInfo.cpp
@@ -53,6 +53,9 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction;
#if defined(__APPLE__)
# define CFI(x)
#else
+// FIXME: Disable this until we really want to use it. Also, we will
+// need to add some workarounds for compilers, which support
+// only subset of these directives.
# define CFI(x) x
#endif