llvm-project/lldb/test/expression_command/call-function
Vince Harron 5a6b8aa4dd Use -fstandalone-debug for few tests to get around a Clang optimization
clang-3.5+ outputs FullDebugInfo by default for Darwin/FreeBSD targets.
Other targets do not, which causes several tests to fail.  This flag
enables FullDebugInfo for all targets.

Fixes the following tests:

TestCallStdStringFunction.py
TestDataFormatterSkipSummary.py
TestDataFormatterStdIterator.py
TestDataFormatterStdList.py
TestDataFormatterStdString.py
TestSBValuePersist.py
TestStringPrinter.py
TestTypeCompletion.py

llvm-svn: 230831
2015-02-28 01:07:50 +00:00
..
Makefile Use -fstandalone-debug for few tests to get around a Clang optimization 2015-02-28 01:07:50 +00:00
TestCallStdStringFunction.py Expected failure printing std::string::c_str() due to flubbing the typedef lookup. 2014-03-19 00:30:31 +00:00
TestCallStopAndContinue.py Add FreeBSD failure decorator for TestCallStopAndContinue 2014-07-12 15:41:03 +00:00
main.cpp If a hand-called function is interrupted by hitting a breakpoint, then 2014-07-08 01:07:32 +00:00