repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Tooling
/
ms-asm-clang-extdef-mapping.c
blob
ed71628a577eac559b2e0edc4dd0b05b19292abe
1
// RUN: clang-extdef-mapping "%s" -- -fasm-blocks \
2
// RUN: -target x86_64-apple-darwin10 2>&1 | FileCheck %s
3
// REQUIRES: x86-registered-target
4
5
void
Break
() {
6
__asm
{
int
3
}
7
}
8
9
// CHECK: {{10:c:@F@Break}}