================ @@ -2,8 +2,6 @@ from clang.cindex import AccessSpecifier, Config -if "CLANG_LIBRARY_PATH" in os.environ: - Config.set_library_path(os.environ["CLANG_LIBRARY_PATH"]) ---------------- DeinAlptraum wrote:
ooof nice, how did I overlook this. A fix would be appreciated. (note it should be renamed `test_cpp` since it tests that language recognition works for C++, versus C in the first test) https://github.com/llvm/llvm-project/pull/170201 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
