[PATCH] Add DWARFFormValue::getAsSignedConstant().
Alexey Samsonov
vonosmas at gmail.com
Mon Oct 6 13:47:52 PDT 2014
================
Comment at: unittests/DebugInfo/DWARFFormValueTest.cpp:10
@@ -9,2 +9,3 @@
+#include "../lib/DebugInfo/DWARFContext.h"
#include "llvm/DebugInfo/DWARFFormValue.h"
----------------
Unittests may only include headers from include/llvm (i.e., public headers). If we want to add unittests that instantiate DWARFContext, we should make corresponding header public.
http://reviews.llvm.org/D5630
More information about the llvm-commits
mailing list