[PATCH] D57577: Make predefined FLT16 macros conditional on support for the type
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 1 03:27:00 PST 2019
nemanjai marked an inline comment as done.
nemanjai added inline comments.
================
Comment at: lib/Basic/Targets/WebAssembly.h:55
IntPtrType = SignedLong;
+ HasFloat16 = true;
}
----------------
There are test cases that check for the macros for WebAssembly so I assumed they probably want the type to be valid on the target. If that's not the case, I can change the test case.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57577/new/
https://reviews.llvm.org/D57577
More information about the cfe-commits
mailing list