projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c27860
)
ac: Remove DEBUG workaround
author
Michel Dänzer
<mdaenzer@redhat.com>
Tue, 17 Sep 2019 10:10:28 +0000
(12:10 +0200)
committer
Michel 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
patch
|
blob
|
history
diff --git
a/src/amd/common/ac_llvm_helper.cpp
b/src/amd/common/ac_llvm_helper.cpp
index
d392c0e
..
b7a72ee
100644
(file)
--- 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 <cstring>
#include "ac_binary.h"