Author: asl
Date: Sat Dec 22 14:41:12 2007
New Revision: 45318
URL: http://llvm.org/viewvc/llvm-project?rev=45318&view=rev
Log:
Disable, until we'll really need it
Modified:
llvm/trunk/lib/Target/X86/X86JITInfo.cpp
Modified: llvm/trunk/lib/Target/X86/X86JITInfo.cpp
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86JITInfo.cpp?rev=45318&r1=45317&r2=45318&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86JITInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86JITInfo.cpp Sat Dec 22 14:41:12 2007
@@ -53,6 +53,9 @@
#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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits