mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Fix MSVC build.
llvm-svn: 85505
This commit is contained in:
parent
5207d16c05
commit
c2ed14cdb8
@ -130,6 +130,7 @@ public:
|
||||
|
||||
void *getPointerToBasicBlock(BasicBlock *BB) {
|
||||
assert(0 && "JIT does not support address-of-label yet!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// getOrEmitGlobalVariable - Return the address of the specified global
|
||||
|
Loading…
Reference in New Issue
Block a user