[all-commits] [llvm/llvm-project] 9c96a6: Revert "[OpaquePtr][LLParser] Automatically detect...

Mitch Phillips via All-commits all-commits at lists.llvm.org
Mon Mar 21 16:04:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c96a6bbfdde665b5c2389100a15acdeea0f4145
      https://github.com/llvm/llvm-project/commit/9c96a6bbfdde665b5c2389100a15acdeea0f4145
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2022-03-21 (Mon, 21 Mar 2022)

  Changed paths:
    M llvm/include/llvm/AsmParser/LLLexer.h
    M llvm/include/llvm/AsmParser/LLParser.h
    M llvm/include/llvm/IR/LLVMContext.h
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/test/Assembler/ptr-outside-opaque-pointers-mode.ll
    R llvm/test/Bitcode/opaque-ptr.ll
    A llvm/test/Other/force-opaque-ptrs-typed-dis.ll
    R llvm/test/Other/mixed-opaque-ptrs-2.ll
    R llvm/test/Other/mixed-opaque-ptrs.ll

  Log Message:
  -----------
  Revert "[OpaquePtr][LLParser] Automatically detect opaque pointers in .ll files"

This reverts commit 295172ef51c6b9a73bc0fdcfd25f8c41ead9034a.

Reason: Broke the ASan buildbot. More details are available on the
original Phab review at https://reviews.llvm.org/D119482.




More information about the All-commits mailing list