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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
llvm-rc.rc
blob
f08fdd0506bb1d0329c5f7ff2070e061f2fd68d1
1
// RUN: llvm-rc -v -i%p/Inputs -Fo%t.res -- %s
2
// RUN: llvm-readobj %t.res | FileCheck %s
3
// CHECK: Resource type (int): RCDATA (ID 10)
4
// CHECK: Resource name (int): 42
5
#include "llvm-rc.h"
6
MY_ID RCDATA {
7
"a long string of data"
8
}