[libcxx-commits] [libcxxabi] 62c1750 - [libc++abi] Allow code-signing executables when running the tests

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 23 06:03:30 PDT 2020


Author: Louis Dionne
Date: 2020-06-23T09:03:22-04:00
New Revision: 62c1750ea90f6c42ad8d58d341a405904560db08

URL: https://github.com/llvm/llvm-project/commit/62c1750ea90f6c42ad8d58d341a405904560db08
DIFF: https://github.com/llvm/llvm-project/commit/62c1750ea90f6c42ad8d58d341a405904560db08.diff

LOG: [libc++abi] Allow code-signing executables when running the tests

Added: 
    

Modified: 
    libcxxabi/test/lit.site.cfg.in

Removed: 
    


################################################################################
diff  --git a/libcxxabi/test/lit.site.cfg.in b/libcxxabi/test/lit.site.cfg.in
index 8125e89a4533..69f34daec01d 100644
--- a/libcxxabi/test/lit.site.cfg.in
+++ b/libcxxabi/test/lit.site.cfg.in
@@ -29,5 +29,7 @@ config.cxx_ext_threads          = @LIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY@
 config.pstl_src_root            = "@ParallelSTL_SOURCE_DIR@" if @LIBCXX_ENABLE_PARALLEL_ALGORITHMS@ else None
 config.pstl_obj_root            = "@ParallelSTL_BINARY_DIR@" if @LIBCXX_ENABLE_PARALLEL_ALGORITHMS@ else None
 
+config.llvm_codesign_identity   = "@LLVM_CODESIGNING_IDENTITY@"
+
 # Let the main config do the real work.
 lit_config.load_config(config, "@LIBCXXABI_SOURCE_DIR@/test/lit.cfg")


        


More information about the libcxx-commits mailing list