[clang] Raise an error on namespace aliases with qualified names. (PR #86122)

Daniel M. Katz via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 09:41:23 PDT 2024


================
@@ -33,6 +33,7 @@ def get_num_tests(self, path, litConfig, localConfig):
             [path, "--gtest_list_tests", "--gtest_filter=-*DISABLED_*"]
         )
         try:
+            localConfig.environment['DYLD_LIBRARY_PATH'] = ''
----------------
katzdm wrote:

Done, thanks for noticing that.

https://github.com/llvm/llvm-project/pull/86122


More information about the cfe-commits mailing list