================ @@ -0,0 +1,181 @@ +// RUN: rm -rf %t.dir && mkdir %t.dir && cd %t.dir +// +// RUN: %clang_cc1 -triple x86_64-win32 -fms-extensions -emit-llvm -o - %s > x86_64-win32.ll ---------------- zmodem wrote:
(Not a big deal, but I think I would find it easier to read without the temporary dir and output files, just invoking clang and piping to filecheck as usual even if you have to do it twice per target triple.) https://github.com/llvm/llvm-project/pull/168171 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
