[clang] [llvm] Raise an error on namespace aliases with qualified names. (PR #86122)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 21 09:36:57 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'] = ''
----------------
Sirraide wrote:
Don’t think you meant to commit that.
https://github.com/llvm/llvm-project/pull/86122
More information about the cfe-commits
mailing list