This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
d18e668fbc
llvm-project
/
clang
/
test
/
CodeGenObjC
/
constant-strings.m
5 lines
78 B
Mathematica
Raw
Normal View
History
Unescape
Escape
Rename clang to clang-cc. Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
2009-03-24 10:24:46 +08:00
//
RUN
:
clang
-
cc
-
fnext
-
runtime
-
emit
-
llvm
-
o
%
t
%
s
Add some Objective-C code generation tests. - Note that these don't really test anything other than that code generation doesn't fail or crash. Better than nothing though! llvm-svn: 55761
2008-09-04 12:36:23 +08:00
id
a
=
@
"Hello World!"
;