"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d50881c6a991a35654c84002fb092e39398ac8fd"
Renumber testcase metadata nodes after r290153.
This patch renumbers the metadata nodes in debug info testcases after https://reviews.llvm.org/D26769. This is a separate patch because it causes so much churn. This was implemented with a python script that pipes the testcases through llvm-as - | llvm-dis - and then goes through the original and new output side-by side to insert all comments at a close-enough location. Differential Revision: https://reviews.llvm.org/D27765 llvm-svn: 290292
Loading
Please register or sign in to comment