zturner added a comment.

What if we added a function to `llvm/DebugInfo/PDB/PDB.h` called 
`isDiaSupported()`, and in the implementation it returns `true` if the 
definition is present and `false` otherwise.  Then instead of using the 
pre-processor to decide whether to run the test, we run all of them but just 
return `true` if `isDiaSupported()` returns `false`?


https://reviews.llvm.org/D26249



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to