Details
Details
- Reviewers
compnerd
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The NOINLINE and UNUSED should be moved into int_lib.h, which would avoid the duplication.
lib/builtins/int_util.h | ||
---|---|---|
22–28 | Why are these macros underscore prefixed? I don't think we should invade the implementor's namespace here. |
lib/builtins/int_lib.h | ||
---|---|---|
47 | Please model this macro after LLVM_ATTRIBUTE_NORETURN from Compiler.h. It makes the usage far less ugly. |
lib/builtins/int_lib.h | ||
---|---|---|
38 | This should be: #if defined(__arm__) && defined(_WIN32) && !(defined(_MSC_VER) && defined(__clang__)) |
This should be: