mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
Fix an MSVC bot failure from r351474.
llvm-svn: 351477
This commit is contained in:
parent
294d0e5707
commit
35d624dbe5
@ -61,7 +61,7 @@
|
||||
#if __has_builtin(__builtin_unreachable) || DEMANGLE_GNUC_PREREQ(4, 5, 0)
|
||||
#define DEMANGLE_UNREACHABLE __builtin_unreachable()
|
||||
#elif defined(_MSC_VER)
|
||||
#define DEMANGLE_BUILTIN_UNREACHABLE __assume(false)
|
||||
#define DEMANGLE_UNREACHABLE __assume(false)
|
||||
#endif
|
||||
|
||||
#if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user