We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1bd1 commit eecd0f0Copy full SHA for eecd0f0
llvm/utils/lit/lit/TestingConfig.py
@@ -28,7 +28,7 @@ def fromdefaults(litConfig):
28
'TMPDIR', 'TMP', 'TEMP', 'TEMPDIR', 'AVRLIT_BOARD',
29
'AVRLIT_PORT', 'FILECHECK_OPTS', 'VCINSTALLDIR',
30
'VCToolsinstallDir', 'VSINSTALLDIR', 'WindowsSdkDir',
31
- 'WindowsSDKLibVersion']
+ 'WindowsSDKLibVersion', 'SOURCE_DATE_EPOCH']
32
33
if sys.platform == 'win32':
34
pass_vars.append('INCLUDE')
0 commit comments