This fixes tests on clang-3.4
AFAICT, these flags have the same affect and -fstandalone-debug wasn't added until after clang-3.4
Paths
| Differential D8347
Use -fno-limit-debug-info instead of -fstandalone-debug ClosedPublic Authored by vharron on Mar 15 2015, 10:16 AM.
Details Summary This fixes tests on clang-3.4 AFAICT, these flags have the same affect and -fstandalone-debug wasn't added until after clang-3.4
Diff Detail
Event Timelinevharron updated this object. Closed by commit rL232326: Use -fno-limit-debug-info instead of -fstandalone-debug in tests (authored by vharron). · Explain WhyMar 15 2015, 11:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21998 lldb/trunk/test/expression_command/call-function/Makefile
lldb/trunk/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile
lldb/trunk/test/functionalities/data-formatter/data-formatter-synth/Makefile
lldb/trunk/test/functionalities/data-formatter/rdar-9974002/Makefile
lldb/trunk/test/functionalities/data-formatter/stringprinter/Makefile
lldb/trunk/test/functionalities/type_completion/Makefile
lldb/trunk/test/lang/cpp/stl/Makefile
lldb/trunk/test/python_api/sbvalue_persist/Makefile
|