[PATCH] D44753: [Preprocessor] Rename __is_{target -> host}_* function-like builtin macros
John Ericson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 21 13:01:12 PDT 2018
Ericson2314 created this revision.
Ericson2314 added reviewers: arphaman, compnerd, dexonsmith, bob.wilson, steven_wu.
Herald added subscribers: cfe-commits, javed.absar.
Per my belated [reply] to the mailing list, I believe the "target"
nomenclature incorrect for cross compilation.
[reply]: http://lists.llvm.org/pipermail/cfe-dev/2018-March/057258.html
Repository:
rC Clang
https://reviews.llvm.org/D44753
Files:
include/clang/Lex/Preprocessor.h
lib/Lex/PPMacroExpansion.cpp
test/Preprocessor/is_host.c
test/Preprocessor/is_host_arm.c
test/Preprocessor/is_host_arm64.c
test/Preprocessor/is_host_environment_version.c
test/Preprocessor/is_host_os_darwin.c
test/Preprocessor/is_host_unknown.c
test/Preprocessor/is_target.c
test/Preprocessor/is_target_arm.c
test/Preprocessor/is_target_arm64.c
test/Preprocessor/is_target_environment_version.c
test/Preprocessor/is_target_os_darwin.c
test/Preprocessor/is_target_unknown.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44753.139357.patch
Type: text/x-patch
Size: 14942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180321/68d12011/attachment.bin>
More information about the cfe-commits
mailing list