add an x86 implementation of MCTargetExpr for
authorChris Lattner <sabre@nondot.org>
Mon, 8 Feb 2010 22:09:08 +0000 (22:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Feb 2010 22:09:08 +0000 (22:09 +0000)
commit25ceb5f3171b24459e86adf5e18cebaaabe247d3
tree34663bace41b264d54fa5db0d1c1f7221880a1fb
parentdf9c4380ee7e60c1de5cae32685b113170b1faa2
add an x86 implementation of MCTargetExpr for
representing @GOT and friends.  Use it for
personality references as a first use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95588 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/CMakeLists.txt
lib/Target/X86/X86MCTargetExpr.cpp [new file with mode: 0644]
lib/Target/X86/X86MCTargetExpr.h [new file with mode: 0644]
lib/Target/X86/X86TargetObjectFile.cpp
test/CodeGen/X86/personality.ll