diff options
author | Marina Yatsina <marina.yatsina@intel.com> | 2015-12-29 08:49:34 +0000 |
---|---|---|
committer | Marina Yatsina <marina.yatsina@intel.com> | 2015-12-29 08:49:34 +0000 |
commit | afb72f38f8bee35c64801667201ee0d5882c4834 (patch) | |
tree | f98bf5d4211ceada0eba17ca75192ea35f474bd3 /clang/unittests/Format/FormatTestJS.cpp | |
parent | 3661c62e4b53fc0efd383631daa27923c669e6f4 (diff) | |
download | bcm5719-llvm-afb72f38f8bee35c64801667201ee0d5882c4834.tar.gz bcm5719-llvm-afb72f38f8bee35c64801667201ee0d5882c4834.zip |
[ms inline asm] Add support for label names with '$' chars
In MS inline asm syntax a label with '$' char produces an error, while in AT&T it does not.
In AT&T inline asm syntax Clang escapes the '$' char and replaces it with "$$". Adopted same approach for MS syntax.
Differential Revision: http://reviews.llvm.org/D15795
llvm-svn: 256545
Diffstat (limited to 'clang/unittests/Format/FormatTestJS.cpp')
0 files changed, 0 insertions, 0 deletions