hanchenye-llvm-project/lldb/test/lang
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
..
c Pick better floating point numbers (ones that can be exactly represented) in floating point instead of something that can't to avoid test suite failures on different devices and architectures. 2014-11-06 18:39:39 +00:00
cpp Changed program to go along with the previous commit to allow this test to be run remotely via lldb-platform. 2014-11-06 22:56:56 +00:00
objc Fixes so tests compile and run remotely. 2014-11-06 22:59:28 +00:00
objcxx/sample