================ @@ -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 ---------------- dpaoliello wrote:
Do we really need a full bitcode compilation and disassembly for this? Wouldn't appear in the IR? https://github.com/llvm/llvm-project/pull/198664 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
