[PATCH] D98302: Add ConstantDataVector::getRaw() to create a constant data vector from raw data.

Nick Lewycky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 09:53:13 PST 2021


nickwasmer updated this revision to Diff 330285.
nickwasmer added a comment.
Herald added a subscriber: dexonsmith.

Phab mangled my patch from:

  index 96d3672647e8..8d0e06a62d36 100644
  --- llvm/unittests/IR/ConstantsTest.cpp
  +++ llvm/unittests/IR/ConstantsTest.cpp
  @@ -1,717 +1,725 @@

to

  diff --git a/llvm/unittests/IR/ConstantsTest.cpp b/unittests/IR/ConstantsTest.cpp
  --- a/llvm/unittests/IR/ConstantsTest.cpp
  +++ b/unittests/IR/ConstantsTest.cpp
  @@ -23,11 +23,11 @@

breaking the build.

Try regenerating the patch without the `--no-prefix` flag.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98302/new/

https://reviews.llvm.org/D98302

Files:
  llvm/include/llvm/IR/Constants.h
  llvm/unittests/IR/ConstantsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98302.330285.patch
Type: text/x-patch
Size: 35925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/56ef4346/attachment.bin>


More information about the llvm-commits mailing list