Re: [Mesa-dev] [PATCH] gallivm: Fix build with llvm-3.0

2011-07-08 Thread Brian Paul
On 07/06/2011 03:12 PM, Gustaw Smolarczyk wrote: LLVM 3.0svn changes pretty rapidly. The change in Target->createMCInstPrinter() signature which inspired commits 40ae214067673edbda79371969d1730b6194d83e and 92e29dc5b0474c073b0f05d60629fc6c3decfca4 has been reverted. Signed-off-by: Gustaw Smolarc

[Mesa-dev] [PATCH] gallivm: Fix build with llvm-3.0

2011-07-06 Thread Gustaw Smolarczyk
LLVM 3.0svn changes pretty rapidly. The change in Target->createMCInstPrinter() signature which inspired commits 40ae214067673edbda79371969d1730b6194d83e and 92e29dc5b0474c073b0f05d60629fc6c3decfca4 has been reverted. Signed-off-by: Gustaw Smolarczyk --- src/gallium/auxiliary/gallivm/lp_bld_debu

[Mesa-dev] [PATCH] gallivm: Fix build with llvm-3.0 and llvm-2.9

2011-03-29 Thread Tobias Droste
This is a follow up to 40ae214067673edbda79371969d1730b6194d83e. As Vinson Lee noticed, those changes were made in 3.0svn not 2.9rc. So the previous patch fixed 3.0svn, but broke build with 2.9. I only checked 2.8 and the snapshot. Sorry for that. Signed-off-by: Tobias Droste --- src/gallium/aux