commit | 21c3fdeda854d9a532967166ce01fe211056d95c | [log] [tgz] |
---|---|---|
author | Tamas Berghammer <tberghammer@google.com> | Thu May 05 12:46:45 2016 +0000 |
committer | Tamas Berghammer <tberghammer@google.com> | Thu May 05 12:46:45 2016 +0000 |
tree | 39d40f8c4d33d8c17628a12fe93898f1407b870d | |
parent | cff1935330656ce444e38f43f5f1397c13b3f0e0 [diff] |
Guard AddCXXSynthetic with LLDB_DISABLE_PYTHON The function only avaibleble when python is enabled. Guard the new call in the Java plugin with LLDB_DISABLE_PYTHON until we can change AddCXXSynthetic to be available in all case to get the build bots green again. llvm-svn: 268626