[PATCH] D88195: Remove stale assert.
Bill Wendling via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 23 21:50:52 PDT 2020
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
More information about the cfe-commits
mailing list