mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Rename swift_runtime_unreachable to swift_unreachable and make it use LLVM's support when available.
This commit is contained in:
@@ -219,7 +219,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
swift_runtime_unreachable("access not found in set");
|
||||
swift_unreachable("access not found in set");
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user