]> granicus.if.org Git - llvm/commit
Allow '@' to appear in x86 mingw symbols
authorReid Kleckner <rnk@google.com>
Thu, 29 Aug 2019 21:15:02 +0000 (21:15 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 29 Aug 2019 21:15:02 +0000 (21:15 +0000)
commit441ba12986ffaed283012f4938fbbee7ece65e4c
treef9e40b1a726f7b3e0db3ba896f8de1e88a7a919c
parent95311aa8da51e8b843ed87d4c26b93388ba7d2ac
Allow '@' to appear in x86 mingw symbols

Summary:
There is no reason to differ in assembler behavior here between -msvc
and -gnu targets. Without this setting, the text after the '@' is
interpreted as a symbol variable, like foo@IMGREL.

Reviewers: mstorsjo

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66974

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370408 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
test/MC/X86/stdcall.s [new file with mode: 0644]