[all-commits] [llvm/llvm-project] 34ca5b: Remove stale assert.
Bill Wendling via All-commits
all-commits at lists.llvm.org
Thu Sep 24 14:00:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 34ca5b3392ced08e2320fb4236cca5c7df4ec6e9
https://github.com/llvm/llvm-project/commit/34ca5b3392ced08e2320fb4236cca5c7df4ec6e9
Author: Bill Wendling <isanbard at gmail.com>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M clang/lib/AST/Stmt.cpp
A clang/test/Modules/Inputs/asm-goto/a.h
A clang/test/Modules/Inputs/asm-goto/module.modulemap
A clang/test/Modules/asm-goto.c
Log Message:
-----------
Remove stale assert.
This is triggered during serialization. The test is for modules, but
will occur for any serialization effort using asm goto.
Reviewed By: nickdesaulniers, jyknight
Differential Revision: https://reviews.llvm.org/D88195
More information about the All-commits
mailing list