[libcxx-commits] [clang] [clang-tools-extra] [compiler-rt] [libcxx] [lld] [lldb] [llvm] [mlir] Fix SyntaxWarning messages from python 3.12 (PR #86806)
Dave Lee via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 27 10:42:54 PDT 2024
================
@@ -1517,7 +1517,7 @@ def buildLibrary(self, sources, lib_name):
"DYLIB_NAME": lib_name,
"CFLAGS_EXTRAS": "%s -I%s "
% (stdflag, os.path.join(os.environ["LLDB_SRC"], "include")),
- "LD_EXTRAS": "-shared -l%s\liblldb.lib" % lib_dir,
----------------
kastiglione wrote:
hopefully someone changes this to `os.path.join` in the future.
https://github.com/llvm/llvm-project/pull/86806
More information about the libcxx-commits
mailing list