[Lldb-commits] [PATCH] Fix argdumper build in cmake (OS X) after r228636

Ilia K ki.stfu at gmail.com
Thu Feb 12 06:25:39 PST 2015


================
Comment at: scripts/Python/finishSwigPythonLLDB.py:255
@@ -254,3 +254,3 @@
 		strLibFileExtn = ".dll";
 		strSrc = os.path.normcase( "../../../bin/liblldb%s" % strLibFileExtn );
 
----------------
Is it an error? It should be "../../../liblldb%s"?

http://reviews.llvm.org/D7550

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list