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

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, 10 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
OLDNEW
(Empty)
1 // RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s
Derek Schuff 2016/02/24 18:22:29 Is there another triple with no target registered
Petr Hosek 2016/02/26 00:43:38 spir?
Derek Schuff 2016/02/26 22:36:56 Yeah, if it works that's fine.
Petr Hosek 2016/03/01 22:54:56 Done.
2
3 // CHECK: error: unable to create target: 'No available targets are compatible w ith this triple, see -version for the available targets.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698