repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Driver
/
print-target-triple.c
blob
70b2493a6fae0284788e605091174218d2c4b950
1
// Test that -print-target-triple prints correct triple.
2
3
// RUN: %clang -print-target-triple 2>&1 \
4
// RUN: --target=x86_64-linux-gnu \
5
// RUN: | FileCheck %s
6
// CHECK: x86_64-unknown-linux-gnu