]> granicus.if.org Git - clang/commit
[Driver] -print-target-triple and -print-effective-triple options
authorPetr Hosek <phosek@chromium.org>
Thu, 16 Aug 2018 00:22:03 +0000 (00:22 +0000)
committerPetr Hosek <phosek@chromium.org>
Thu, 16 Aug 2018 00:22:03 +0000 (00:22 +0000)
commit3bf779de600544a668c0a3daeedf8e2fefbb9449
tree472f0c135b1f636aae5c5c2d71b79524391087c2
parent958ba22e482103494bc72bb460ef770284e5181f
[Driver] -print-target-triple and -print-effective-triple options

These can be used to print Clang target and effective triple.

Differential Revision: https://reviews.llvm.org/D50755

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339834 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/Driver/print-effective-triple.c [new file with mode: 0644]
test/Driver/print-target-triple.c [new file with mode: 0644]