Hi,
clang has this nice runtime OS version checker but I cannot seem to find if
this is useable anywhere except on Apple OSes.
For ObjC (and thus @available()) one can still argue that the language isn't of
much use anywhere else, but that (lousy) argument doesn't fly
for__builtin_available() .
https://bugs.llvm.org/show_bug.cgi?id=38925
Bug ID: 38925
Summary: Missing support for expresions with int128_t
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
On Thu, Sep 13, 2018 at 2:56 AM René J.V. Bertin via lldb-dev
wrote:
>
> Hi,
>
> clang has this nice runtime OS version checker but I cannot seem to find if
> this is useable anywhere except on Apple OSes.
> For ObjC (and thus @available()) one can still argue that the language isn't
> of much u