void added inline comments.
================ Comment at: clang/test/Modules/asm-goto.cpp:1 +// RUN: rm -rf %t +// RUN: %clang_cc1 -fmodules -fno-implicit-modules -x c++ -I%S/Inputs/asm-goto -emit-module %S/Inputs/asm-goto/module.modulemap -fmodule-name=a -o %t/a.pcm ---------------- jyknight wrote: > New test seems to be failing on the autobuilders (yay pre-submit > autobuilders!!) for 2 reasons: > 1. C++ function-name mangling on Windows is different. > 2. "$0 = callbr" != "%0 = callbr" > Don't know why I did that. Fixed. :) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88195/new/ https://reviews.llvm.org/D88195 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits