ac: Remove DEBUG workaround
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 17 Sep 2019 10:10:28 +0000 (12:10 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 17 Sep 2019 10:24:29 +0000 (10:24 +0000)
As of version 7, LLVM uses LLVM_DEBUG instead of just DEBUG.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/amd/common/ac_llvm_helper.cpp

index d392c0ece7f3db3901348ca9bae777b890f5dd37..b7a72ee3fdd3f70055456942d7667fc3f3291ac5 100644 (file)
  *
  */
 
-/* based on Marek's patch to lp_bld_misc.cpp */
-
-// Workaround http://llvm.org/PR23628
-#pragma push_macro("DEBUG")
-#undef DEBUG
-
 #include <cstring>
 
 #include "ac_binary.h"