tfiala added a comment. CFLAGS_EXTRA didn't work because it then gets both -O0 and -O1 (for the majority of our tests, Makefile.rules correctly assumes optimizations are turned off for maximal debug info). If that was the fix, that is circumventing the check this test is doing.
What we really need (and I'll go back and add) is an explicit optimization level variable for Makefile.rules that defaults to -O0 but allows overriding. That would most likely address this. I'll go back to that once I'm done with another task. Thanks! -Todd Users: tfiala (Author) http://reviews.llvm.org/rL265498 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits