[libcxx-commits] [libcxx] 2cd5deb - [libc++] Fix test-at-commit after df4bb1f3106d (#210983)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 21 06:03:25 PDT 2026


Author: Louis Dionne
Date: 2026-07-21T09:03:21-04:00
New Revision: 2cd5deb2208683bc2d3545e125258a9714f3aef1

URL: https://github.com/llvm/llvm-project/commit/2cd5deb2208683bc2d3545e125258a9714f3aef1
DIFF: https://github.com/llvm/llvm-project/commit/2cd5deb2208683bc2d3545e125258a9714f3aef1.diff

LOG: [libc++] Fix test-at-commit after df4bb1f3106d (#210983)

Added: 
    

Modified: 
    libcxx/utils/test-at-commit

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/test-at-commit b/libcxx/utils/test-at-commit
index d1b33c243b4d5..4249d9c1ce86e 100755
--- a/libcxx/utils/test-at-commit
+++ b/libcxx/utils/test-at-commit
@@ -15,8 +15,6 @@ LIT_CONFIG_FILE = """
 # of libc++ installed at the given path.
 #
 
-lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')
-
 config.substitutions.append(('%{{flags}}',
     '-pthread' + (' -isysroot {{}}'.format('@CMAKE_OSX_SYSROOT@') if '@CMAKE_OSX_SYSROOT@' else '')
 ))


        


More information about the libcxx-commits mailing list