hanchenye-llvm-project/lldb/test/plugins
Daniel Malea 2745d8467b Update test scripts and Makefiles to allow testing with GCC:
- introduce new variable ARCHFLAG in make/Makefile.rules to switch between "-arch" on Mac and "-m" everywhere else
- update testcase makefiles to use LD_EXTRAS instead of LDFLAGS (the former interacts with Makefile.rules badly)
- special treatment for gcc 4.6: replace "-std=c++11" with "-std=c++0x" as the former is not handled correctly
- remove hardcoded "-arch" from test Makefile

This patch should not have any effect on lldb on Mac OS X.

llvm-svn: 173402
2013-01-25 00:31:48 +00:00
..
builder_base.py Update test scripts and Makefiles to allow testing with GCC: 2013-01-25 00:31:48 +00:00
builder_darwin.py
builder_freebsd9.py Start working on the test suite in FreeBSD 2012-08-07 15:40:30 +00:00
builder_linux2.py