summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-15 23:51:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-15 23:51:06 +0000
commit4e815f8a8cae6c846cdca52420046cab902865de (patch)
treeed69728cefdd2dedaf79a60c4e7ceed59ced9e74 /test
parent1bbf72b069d8f01779e99c8de2de8501dd3df20c (diff)
downloadllvm-4e815f8a8cae6c846cdca52420046cab902865de.tar.gz
llvm-4e815f8a8cae6c846cdca52420046cab902865de.tar.bz2
llvm-4e815f8a8cae6c846cdca52420046cab902865de.tar.xz
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
- Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding of the variant if this becomes an issue. - This patch also extends llvm-mc to support parsing of the modifiers, as opposed to lumping them in with the symbol. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/personality.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/personality.ll b/test/CodeGen/X86/personality.ll
index ce57e8fce6..5acf04cc06 100644
--- a/test/CodeGen/X86/personality.ll
+++ b/test/CodeGen/X86/personality.ll
@@ -39,7 +39,7 @@ declare void @__gxx_personality_v0()
declare void @__cxa_end_catch()
; X64: Leh_frame_common_begin:
-; X64: .long (___gxx_personality_v0@GOTPCREL)+4
+; X64: .long ___gxx_personality_v0@GOTPCREL+4
; X32: Leh_frame_common_begin:
; X32: .long L___gxx_personality_v0$non_lazy_ptr-