mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Eliminate "const" from extern const to fix breakeage since r135184 on msvc.
MSVC decorates (and distinguishes) "const" in mangler. It brought linkage error between "extern const" declarations and definitions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
///
|
||||
|
||||
namespace llvm {
|
||||
extern const MCInstrDesc ARMInsts[];
|
||||
extern MCInstrDesc ARMInsts[];
|
||||
}
|
||||
|
||||
using namespace llvm;
|
||||
|
Reference in New Issue
Block a user