Disable, until we'll really need it
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 22 Dec 2007 20:41:12 +0000 (20:41 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 22 Dec 2007 20:41:12 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45318 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86JITInfo.cpp

index 5ce00053a932bad585805feadbacc4fe4723410d..692a759793136633d43174befedb9c76170a6e5a 100644 (file)
@@ -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