davide added inline comments.
================ Comment at: packages/Python/lldbsuite/test/functionalities/stop-hooks/Makefile:4 +C_SOURCES := main.c +CFLAGS_EXTRAS += -std=c99 + ---------------- jingham wrote: > davide wrote: > > Forgive my ignorance, but why you need this? > That's how the dotest tests know what to build. I understand `C_SOURCES`, but do you need to specify also the standard? That seems redundant, but I might be missing something [mainly asking for my education]. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66241/new/ https://reviews.llvm.org/D66241 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits