mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
Return something (i.e. NULL) from an unimplemented virtual function.
llvm-svn: 58183
This commit is contained in:
parent
1fcfb67930
commit
791d14f571
@ -100,6 +100,7 @@ namespace llvm {
|
||||
/// meaningful to the target.
|
||||
virtual char* allocateThreadLocalMemory(size_t size) {
|
||||
assert(0 && "This target does not implement thread local storage!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// needsGOT - Allows a target to specify that it would like the
|
||||
|
Loading…
x
Reference in New Issue
Block a user