[PATCH] D130253: [Lit] Pass through DFLTCC from the surrounding environment

Ilya Leoshkevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 16:39:14 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d89963df354: [Lit] Pass through DFLTCC from the surrounding environment (authored by iii).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130253/new/

https://reviews.llvm.org/D130253

Files:
  llvm/utils/lit/lit/TestingConfig.py


Index: llvm/utils/lit/lit/TestingConfig.py
===================================================================
--- llvm/utils/lit/lit/TestingConfig.py
+++ llvm/utils/lit/lit/TestingConfig.py
@@ -58,6 +58,7 @@
             'WindowsSDKLibVersion',
             'SOURCE_DATE_EPOCH',
             'GTEST_FILTER',
+            'DFLTCC',
         ]
 
         if sys.platform == 'win32':


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130253.447008.patch
Type: text/x-patch
Size: 382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/487cef86/attachment-0001.bin>


More information about the llvm-commits mailing list