forked from OSchip/llvm-project
Try to fix the MSVC build now that we use /Zc:inline.
Thanks to Majnemer for the help. llvm-svn: 244786
This commit is contained in:
parent
d1a2e05991
commit
cc45ee9a63
|
@ -80,7 +80,9 @@ void FakeStack::PoisonAll(u8 magic) {
|
|||
magic);
|
||||
}
|
||||
|
||||
#if !defined(_MSC_VER) || defined(__clang__)
|
||||
ALWAYS_INLINE USED
|
||||
#endif
|
||||
FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id,
|
||||
uptr real_stack) {
|
||||
CHECK_LT(class_id, kNumberOfSizeClasses);
|
||||
|
|
Loading…
Reference in New Issue