This revision was automatically updated to reflect the committed changes.
Closed by commit rL309619: [AArch64] Don't define __LP64__ when targeting
Windows (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D36098?vs=108968&id=108991#toc
Repository:
rL LLVM
https://re
rnk accepted this revision.
rnk added a comment.
lgtm
https://reviews.llvm.org/D36098
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
mgrang accepted this revision.
mgrang added a comment.
This revision is now accepted and ready to land.
LGTM.
https://reviews.llvm.org/D36098
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
mstorsjo created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.
Windows/ARM64 is a LLP64 environment, so don't set this default define.
https://reviews.llvm.org/D36098
Files:
lib/Basic/Targets/AArch64.cpp
test/Preprocessor/init.c
Index: test/Prepro