hanchenye-llvm-project/lldb/test/lang/objc
Greg Clayton 860fac5338 Fixes so tests compile and run remotely.
Fixes include:
- dont set or change LDFLAGS, but set LD_EXTRAS instead
- fix compilation errors for iOS based builds with objective C code
    - fix test cases to create classes instead of relying on classes from AppKit 
    - rename things where it makes sense

llvm-svn: 221496
2014-11-06 22:59:28 +00:00
..
blocks Fixed the expression parser to handle cases where 2014-10-17 18:16:04 +00:00
forward-decl
foundation Fixed the an objective C test case so it passes correctly. 2014-07-16 00:42:06 +00:00
hidden-ivars Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
objc++ Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
objc-baseclass-sbtype Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
objc-builtin-types
objc-checker
objc-class-method
objc-dyn-sbtype Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
objc-dynamic-value Don't enable the log here. It was just me debugging 2014-10-17 01:09:06 +00:00
objc-ivar-offsets
objc-ivar-protocols Handle types from the runtime that conform to 2014-11-06 19:26:10 +00:00
objc-ivar-stripped Fixed the Objective-C stripped ivar test to ensure 2014-11-05 21:24:27 +00:00
objc-new-syntax Skip ObjC test on FreeBSD that does not build 2014-10-27 15:01:59 +00:00
objc-optimized
objc-property
objc-runtime-ivars Added a test case for reading ivars from the 2014-11-04 00:06:34 +00:00
objc-static-method
objc-static-method-stripped
objc-stepping Fix typos. 2014-07-01 21:22:11 +00:00
objc-struct-return
objc-super
print-obj
radar-9691614
rdar-10967107
rdar-11355592
rdar-12408181 Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
real-definition Fixed the objective C symbol parsing in ObjectFileMachO. 2014-07-17 22:51:31 +00:00
sample
self
.categories