[Lldb-commits] [Diffusion] rL265498: make TestRegisterVariables slightly more resilient
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 6 07:34:06 PDT 2016
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
More information about the lldb-commits
mailing list