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.
2 parents ca47f24 + a661302 commit a893c39Copy full SHA for a893c39
amd/comgr/test-lit/spirv-translator-cached.cl
@@ -19,5 +19,10 @@
19
// RUN: COUNT=$(ls "%t.cache" | wc -l)
20
// RUN: [ 2 -eq $COUNT ]
21
22
+// COM: Run again and check that the cache contents haven't changed
23
+// RUN: AMD_COMGR_CACHE_DIR=%t.cache spirv-translator %t.spv -o %t.translated.again.bc
24
+// RUN: COUNT=$(ls "%t.cache" | wc -l)
25
+// RUN: [ 2 -eq $COUNT ]
26
+
27
// COM: Dissasemble LLVM IR bitcode to LLVM IR text
28
// RUN: llvm-dis %t.translated.bc -o - | FileCheck %S/spirv-translator.cl
0 commit comments