[clang] [llvm] 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:38:10 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:
Iiiii did not. I should also figure out one of these days why I need it 😂
https://github.com/llvm/llvm-project/pull/86122
More information about the cfe-commits
mailing list