summaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.cpp
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
commit144a45eb941a88853ea532369ffc6ae44315eb91 (patch)
tree3ec6511d996ab04d7109ae99d4e1172fac6671f4 /lib/Target/X86/X86JITInfo.cpp
parent7a653cb24d4dda283d34c984e81514ac1547796e (diff)
downloadexternal_llvm-144a45eb941a88853ea532369ffc6ae44315eb91.zip
external_llvm-144a45eb941a88853ea532369ffc6ae44315eb91.tar.gz
external_llvm-144a45eb941a88853ea532369ffc6ae44315eb91.tar.bz2
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/Target/X86/X86JITInfo.cpp')
-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 5ce0005..692a759 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