[all-commits] [llvm/llvm-project] bccf59: Revert "[clang][WebAssembly] Initial support for r...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Feb 5 21:45:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bccf5999d38f14552f449618c1d72d18613f4285
https://github.com/llvm/llvm-project/commit/bccf5999d38f14552f449618c1d72d18613f4285
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-02-05 (Sun, 05 Feb 2023)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/include/clang/AST/Type.h
M clang/include/clang/AST/TypeProperties.td
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/include/clang/Basic/DiagnosticSemaKinds.td
R clang/include/clang/Basic/WebAssemblyReferenceTypes.def
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Serialization/ASTBitCodes.h
M clang/include/clang/module.modulemap
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/MicrosoftMangle.cpp
M clang/lib/AST/NSAPI.cpp
M clang/lib/AST/PrintfFormatString.cpp
M clang/lib/AST/Type.cpp
M clang/lib/AST/TypeLoc.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/CodeGen/TargetInfo.h
M clang/lib/Index/USRGeneration.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Serialization/ASTCommon.cpp
M clang/lib/Serialization/ASTReader.cpp
R clang/test/CodeGen/WebAssembly/wasm-externref.c
M clang/test/CodeGen/builtins-wasm.c
R clang/test/CodeGenCXX/wasm-reftypes-mangle.cpp
R clang/test/CodeGenCXX/wasm-reftypes-typeinfo.cpp
R clang/test/Sema/wasm-refs.c
R clang/test/SemaCXX/wasm-refs.cpp
M clang/test/SemaTemplate/address_space-dependent.cpp
M clang/tools/libclang/CIndex.cpp
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/Transforms/Utils.h
M llvm/lib/CodeGen/ValueTypes.cpp
M llvm/lib/IR/Type.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
M llvm/lib/Transforms/Utils/Mem2Reg.cpp
Log Message:
-----------
Revert "[clang][WebAssembly] Initial support for reference type externref in clang"
Very likely breaks stage 3 of msan build bot.
Good: 764c88a50ac76a2df2d051a0eb5badc6867aabb6 https://lab.llvm.org/buildbot/#/builders/74/builds/17058
Looks unrelated: 48b5a06dfcab12cf093a1a3df42cb5b684e2be4c
Bad: 48b5a06dfcab12cf093a1a3df42cb5b684e2be4c https://lab.llvm.org/buildbot/#/builders/74/builds/17059
This reverts commit eb66833d19573df97034a81279eda31b8d19815b.
More information about the All-commits
mailing list