================
@@ -0,0 +1,19 @@
+// RUN: %clang_cl /clang:-emit-llvm /pathmap:%p=x:/path-to/ /Fo:%t.bc /c %s
+// RUN: llvm-dis %t.bc -o - | FileCheck %s --check-prefix=CHECK-PREFIX-MAP 
----------------
vvereschaka wrote:

Unfortunately, `clang-cl` does not forward IR output to the console in a proper 
way, when `lit` can catch and process it. I.e `/Fo:-` creates a file with a `-` 
name, `/Fo:con` dumps to console, but `lit` does not see it, '-o -' is an 
unsupported option for `clang-cl`.

https://github.com/llvm/llvm-project/pull/198664
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to