1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/MC/COFF/safeseh.s
David Majnemer 31202c91fa [MC] Correctly escape .safeseh's symbol
This fixes PR24107.

llvm-svn: 242050
2015-07-13 18:51:15 +00:00

7 lines
150 B
ArmAsm

// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s
// check that we quote the output of .safeseh
.safeseh "\01foo"
// CHECK: .safeseh "\01foo"