Skip to content

Commit bb0b48b

Browse files
committed
lit.cfg passes agility_sdk as a path through to the taef test
1 parent cc875ee commit bb0b48b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/clang/test/taef_exec/lit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ if config.unsupported == False:
6969
if agility_sdk:
7070
extra_params.append('/p:')
7171
extra_params.append('D3D12SDKVersion=1')
72+
extra_params.append('/p:')
73+
extra_params.append('D3D12SDKPath=' + agility_sdk)
74+
print(f"Using Agility SDK from {agility_sdk}")
7275

7376
warp_dll = getattr(config, 'warp_dll', None)
7477
if warp_dll:

0 commit comments

Comments
 (0)