Disable cfi directives for now, darwin does't support them.
authorChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 19:10:18 +0000 (19:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 19:10:18 +0000 (19:10 +0000)
commitec90cd1bf8f905e7befbb5049afbd1304dbfe13b
tree5bda713f0cc501976c219dbdb5ed85b5bca6dfd4
parentcbb8badce8838ece47cb806a0399c77d76a7e11b
Disable cfi directives for now, darwin does't support them.
These should probably be something like:

  CFI(".cfi_def_cfa_offset 16\n")

where CFI is defined to a noop on darwin and other platforms
that don't support those directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44803 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86JITInfo.cpp