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
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
llvm
/
test
/
MC
/
AsmParser
/
directive_end.s
blob
d26056c1eb14910a72db0bf0cc88b4a6d1185b88
1
# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
2
# RUN: | llvm-readobj --symbols - | FileCheck %s
3
4
.end
5
6
its_a_tarp
:
7
int $
0x3
8
9
# CHECK: Symbol {
10
# CHECK-NOT: Name: its_a_tarp
11