[llvm-commits] CVS: llvm/test/Regression/Linker/weakextern.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Linker: weakextern.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name collison

[llvm-commits] CVS: llvm/test/Regression/Linker/weakextern.ll

2006-12-19 Thread Reid Spencer
Changes in directory llvm/test/Regression/Linker: weakextern.ll updated: 1.1 -> 1.2 --- Log message: Make sure linker output is overwritten so this test can pass multiple times. --- Diffs of the changes: (+1 -2) weakextern.ll |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) In

[llvm-commits] CVS: llvm/test/Regression/Linker/weakextern.ll testlink1.ll

2006-12-15 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/Linker: weakextern.ll added (r1.1) testlink1.ll updated: 1.12 -> 1.13 --- Log message: extern_weak link test --- Diffs of the changes: (+15 -0) testlink1.ll |2 ++ weakextern.ll | 13 + 2 files changed, 15 insertions(+) Index: l