From: Michel Dänzer Date: Tue, 17 Sep 2019 10:10:28 +0000 (+0200) Subject: ac: Remove DEBUG workaround X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aed3babef77ca6b3a2e4390bbf1f462af0c230f8;p=mesa.git ac: Remove DEBUG workaround As of version 7, LLVM uses LLVM_DEBUG instead of just DEBUG. Reviewed-by: Timothy Arceri --- diff --git a/src/amd/common/ac_llvm_helper.cpp b/src/amd/common/ac_llvm_helper.cpp index d392c0ece7f..b7a72ee3fdd 100644 --- a/src/amd/common/ac_llvm_helper.cpp +++ b/src/amd/common/ac_llvm_helper.cpp @@ -23,12 +23,6 @@ * */ -/* based on Marek's patch to lp_bld_misc.cpp */ - -// Workaround http://llvm.org/PR23628 -#pragma push_macro("DEBUG") -#undef DEBUG - #include #include "ac_binary.h"