Changes

Changes from Git (git http://labmaster3.local/git/llvm-project.git)

Summary

  1. [llvm-readobj] - Remove rpath.test. (details)
  2. [Alignment][NFC] Use Align with CreateElementUnorderedAtomicMemMove (details)
Commit 295aea807892d087f0ff8e465b7ea9ebcdaed3fa by grimar
[llvm-readobj] - Remove rpath.test.
rpath.test checks that DT_RPATH is dumped.
We have dynamic-tags.test that tests all dynamic tags and it is better,
because also checks llvm-readelf and does not use precompiled binaries.
Differential revision: https://reviews.llvm.org/D73093
The file was removedllvm/test/tools/llvm-readobj/ELF/Inputs/rpath.exe.elf-x86_64
The file was removedllvm/test/tools/llvm-readobj/ELF/rpath.test
Commit 139771f8b02d4885c2ab50032e0c9356d60a2b05 by gchatelet
[Alignment][NFC] Use Align with CreateElementUnorderedAtomicMemMove
Summary: This is patch is part of a series to introduce an Alignment
type. See this thread for context:
http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html See this
patch for the introduction of the type: https://reviews.llvm.org/D64790
Reviewers: courbet
Subscribers: hiraditya, jfb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73050
The file was modifiedllvm/include/llvm/IR/IRBuilder.h
The file was modifiedllvm/lib/IR/IRBuilder.cpp