ac: Remove DEBUG workaround

As of version 7, LLVM uses LLVM_DEBUG instead of just DEBUG.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Michel Dänzer 2019-09-17 12:10:28 +02:00 committed by Michel Dänzer
parent 2c278602d8
commit aed3babef7
1 changed files with 0 additions and 6 deletions

View File

@ -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 <cstring>
#include "ac_binary.h"