Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: test/CodeGen/pr18235.c

Issue 1547623002: Clang toolchain driver for PNaCl (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-clang.git@master
Patch Set: Review feedback addressed Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/Driver/Tools.cpp ('k') | test/Driver/le32-unknown-nacl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s 1 // RUN: not %clang_cc1 -triple spir-unknown-unknown %s -S -o - 2>&1 | FileCheck %s
2 2
3 // CHECK: error: unable to create target: 'No available targets are compatible w ith this triple, see -version for the available targets.' 3 // CHECK: error: unable to create target: 'No available targets are compatible w ith this triple, see -version for the available targets.'
OLDNEW
« no previous file with comments | « lib/Driver/Tools.cpp ('k') | test/Driver/le32-unknown-nacl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698