This makes int_fast64_t and int_least64_t the same type as int64_t, and eliminates a difference between wasm32 and wasm64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D12861
[WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64 ClosedPublic Authored by sunfish on Sep 14 2015, 1:43 PM.
Details Summary This makes int_fast64_t and int_least64_t the same type as int64_t, and eliminates a difference between wasm32 and wasm64.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 14 2015, 2:10 PM Closed by commit rL247622: [WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64 (authored by djg). · Explain WhySep 14 2015, 2:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34727 include/clang/Basic/TargetInfo.h
lib/Basic/Targets.cpp
test/Preprocessor/init.c
|