forked from OSchip/llvm-project
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
|
||
|---|---|---|
| .. | ||
| AbstractBase.py | ||
| HideTestFailures.py | ||
| Makefile | ||
| TestFloatTypes.py | ||
| TestFloatTypesExpr.py | ||
| TestIntegerTypes.py | ||
| TestIntegerTypesExpr.py | ||
| basic_type.cpp | ||
| char.cpp | ||
| double.cpp | ||
| float.cpp | ||
| int.cpp | ||
| long.cpp | ||
| long_long.cpp | ||
| short.cpp | ||
| unsigned_char.cpp | ||
| unsigned_int.cpp | ||
| unsigned_long.cpp | ||
| unsigned_long_long.cpp | ||
| unsigned_short.cpp | ||