Fixed DIBuilder to verify that same imported entity will not be added twice to the...
authorAmjad Aboud <amjad.aboud@intel.com>
Sun, 13 Mar 2016 11:11:39 +0000 (11:11 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Sun, 13 Mar 2016 11:11:39 +0000 (11:11 +0000)
commit62f6f5cc80628d335728c6ba24a9c2d03e336d55
tree76c0745f20c3c25b0d006cb3372c99754080adab
parent1256125fb73169b8a8a940bce05dd04622955edc
Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.

Differential Revision: http://reviews.llvm.org/D17884

llvm-svn: 263379
llvm/lib/IR/DIBuilder.cpp
llvm/unittests/IR/IRBuilderTest.cpp